|
MemoLine() |
|
|
Purpose To extract a line of text from a multi-line string Syntax MemoLine( <cString> , <nLineLength>, <nLineNumber>, <nTabSize>, <lWrap> ) cText Arguments <cString> is the string to extract the line of text from <nLineLength> is the default line length in characters <nLineNumber> is the line number to extract <nTabSize> is the tab size in characters <lWrap> is TRUE to turn on word wrap, FALSE to turn it off Returns MemoLine() returns the <nLineNumber> line of text if it exists in <cString>.
|