func_streams_writestring.rst 423 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .. _func_streams_writestring:
  2. ===========
  3. WriteString
  4. ===========
  5. WriteString -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. WriteString( stream:TStream,str$ )
  10. Write a String to a stream
  11. Each character in @str is written to @stream.
  12. A #TStreamWriteException is thrown if not all bytes could be written.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========