TextWindow.countLines


countLines()

Count the number of lines of text in the text output window of Modeller

Argumentsnone 
Return valueintegerThe number of lines in the window

Example

To count the number of lines of text in the text window


 nLines = textWin.countLines
 call msgbox "Text window contains " & nLines & " lines"
 

See also readLine

Back to TextWindow

Back to Overview