Count the number of lines of text in the text output window of Modeller
| Arguments | none | |
| Return value | integer | The 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