.. _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 ========