1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_streams_readstring:
- ==========
- ReadString
- ==========
- ReadString -
- Description
- ===========
- .. code-block:: blitzmax
- ReadString$( stream:TStream,length )
- Read a String from a stream
- A #TStreamReadException is thrown if not all bytes could be read.
- Parameters
- ==========
- Return Values
- =============
- A String of length @length
- Examples
- ========
- See Also
- ========
|