func_streams_readstring.rst 388 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_streams_readstring:
  2. ==========
  3. ReadString
  4. ==========
  5. ReadString -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. ReadString$( stream:TStream,length )
  10. Read a String from a stream
  11. A #TStreamReadException is thrown if not all bytes could be read.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. A String of length @length
  17. Examples
  18. ========
  19. See Also
  20. ========