ReadString( ) method

Using the null terminator as a delimiter, read the next set of characters up to the null terminator from the input stream and return the set of characters read as a CHARACTER expression. The AVM returns a runtime error if the total number of bytes read, before the null terminator is encountered, cannot fit into a CHARACTER expression.

Return type:CHARACTER

Access: PUBLIC

Applies to: Progress.IO.MemoryInputStream class

Syntax

ReadString( )