func_streams_savestring.rst 471 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. _func_streams_savestring:
  2. ==========
  3. SaveString
  4. ==========
  5. SaveString -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. SaveString( str$,url:Object )
  10. Save a String to a stream
  11. The specified @url is opened For writing, and each character of @str is written to the
  12. resultant stream.
  13. A #TStreamWriteException is thrown if not all bytes could be written.
  14. Parameters
  15. ==========
  16. Return Values
  17. =============
  18. Nothing.
  19. Examples
  20. ========
  21. See Also
  22. ========