.. highlightlang:: us .. index:: EdSetText .. _edsettext: EdSetText ========= .. us.tag EdSetText ENGLISH EdSet :ref:`EdSetText` replaces the text of the editor. .. function:: bool = EdSetText(hEdit, ssText) .. 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. .. uparam:: ssText *ssText* is the new text. .. seealso:: :ref:`overview-editors`, :ref:`EdReplaceSel`, :ref:`EdCreate` :sub:`id-384018`