xHarbour Reference Documentation > Function Reference |
Returns the number of lines in an ASCII formatted character string.
NumLine( <cText>, [<nLineLength>] ) --> nLineCount
The function returns the number of lines needed to output an ASCII formatted text string (fixed font).
Note: the tab character (Chr(9)) is counted as a single character. If it exists in a text string, the text should be converted with TabExpand() before NumLine() is called.
See also: | MaxLine(), MlCount(), TabExpand() |
Category: | CT:String manipulation , Character functions |
Source: | ct\numline.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com