.. highlightlang:: us .. index:: EdGetLineCount .. _edgetlinecount: EdGetLineCount ============== .. us.tag EdGetLineCount ENGLISH EdGet :ref:`EdGetLineCount` returns the number of lines in an editor. .. function:: nLines = EdGetLineCount(hEdit) .. us.return **Return Value** *nLines* is the number of lines. .. us.params **Parameters** .. uparam:: hEdit Identifies the editor. .. seealso:: :ref:`overview-editors`, :ref:`EdCreate` :sub:`id-856138`