|
Previous Top Next |
Prototype: | (String pEOL),LONG |
pEOL | Specify an EOL character or characters. If it is not specified <13,10> CRLF will be used. |
Returns | Integer with the total length of the string |
This method takes all the lines in the Lines property queue and concatenates them into a single string and places it in the LineString property. Use StringFromLines to get the string returned.
Example:
See also: