.. highlightlang:: us .. index:: EdPaste .. _edpaste: EdPaste ======= .. us.tag EdPaste ENGLISH EdSet :ref:`EdPaste` inserts the data from the clipboard into the editor at the current cursor position. .. function:: bool = EdPaste(hEdit) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hEdit Identifies the editor. .. us.comment **Comment** Data is inserted only if the Clipboard contains data in text format. .. seealso:: :ref:`overview-editors`, :ref:`EdCopy`, :ref:`EdCut`, :ref:`EdCreate` :sub:`id-1807141`