ReadString( ) method
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
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
|