ReadString( ) method

Using 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 null value is encountered cannot fit into a CHARACTER expression.

Return type:CHARACTER

Access: PUBLIC

Applies to: Progress.IO.MemoryInputStream class

Syntax

ReadString( )