|
MLCount() |
|
|
Purpose To determine the number of lines in a string Syntax MLCount( <cString> , <nLineLength>, <nTabSize>, <lWrap> ) cText Arguments <cString> is the string to determine the number of lines for <nLineLength> is the default line length in characters <nTabSize> is the tab size in characters <lWrap> is TRUE to turn on word wrap, FALSE to turn it off Returns MLCount() returns the number of lines in <cString>.
|