.. highlightlang:: us .. index:: EdGetLine .. _edgetline: EdGetLine ========= .. us.tag EdGetLine ENGLISH EdGet :ref:`EdGetLine` retrieves a line of text from an editor. .. function:: ssLine = EdGetLine(hEdit, nLine) .. us.return **Return Value** *ssLine* contains the text of the line. .. us.params **Parameters** .. uparam:: hEdit Identifies the editor. .. uparam:: nLine *nLine* specifies the line number to retrieve. .. seealso:: :ref:`overview-editors`, :ref:`EdGetLineCount`, :ref:`EdGetText`, :ref:`EdCreate` :sub:`id-269863`