Returns the number of lines in a string, given a maximum number of characters per line.
Syntax
CSV_String_GetLines(sText, iChars)
#sText:
Text to convert to lines.
#iChars:
Maximum number of characters per line.
Return Value
Number of lines that text would be converted to.