ReadLongchar( ) 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 LONGCHAR expression. The AVM returns a runtime error if the total number of bytes read before null value is encountered cannot fit a LONGCHAR expression.

Return type: LONGCHAR

Access: PUBLIC

Applies to: Progress.IO.MemoryInputStream class

Syntax

ReadLongchar( )