The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home BasePack Stringl Procedures and Functions ReadLnString | |||||||||||||||||||||||||
See also: ReadLnStream, StreamAsString, CountLinesInStream, StreamAsByteString | |||||||||||||||||||||||||
ReadLnString |
|||||||||||||||||||||||||
The function ReadLnString reads a string from the position StartPos to the next "end of line" indicator (ASCII 10, or ASCII 13, depending on EOLMode ). The parameter Instring contains the string to be read, the variable parameter eos is TRUE if the end of the string has been reached. Please note that ReadLnString returns only printable characters (>= ASCII 32), all other characters in the string are discarded. On return, the variable parameter StartPos points to the first character after the read line. The parameter EOLMode determines which characters are recognized as "end of line".
|