.. highlightlang:: us .. index:: EdGetCursorPos .. _edgetcursorpos: EdGetCursorPos ============== .. us.tag EdGetCursorPos EdGet New400 :ref:`EdGetCursorPos` returns the cursor position in column/row coordinates. .. function:: rvPos = EdGetCursorPos(hEdit) .. us.return **Return Value** *rvPos* *rvPos* is a vector with two elements: rvPos[1] is the column index and rvPos[2] is the row number. .. us.params **Parameters** .. uparam:: hEdit Identifies the editor. .. seealso:: :ref:`overview-editors`, :ref:`EdGetCurrentPos` :sub:`id-1788992`