.. highlightlang:: us .. index:: EdGotoPos .. _edgotopos: EdGotoPos ========= .. us.tag EdGotoPos EdSet New400 :ref:`EdGotoPos` sets the cursor to the given position .. function:: bool = EdGotoPos(hEdit, nPos) .. us.return **Return Value** *bool*. .. us.params **Parameters** .. uparam:: hEdit Identifies the editor. .. uparam:: nPos *nPos* is the number of characters from the beginning of the file. .. seealso:: :ref:`overview-editors`, :ref:`EdGetCurrentPos` :sub:`id-2124166`