.. _func_streams_savestring: ========== SaveString ========== SaveString - Description =========== .. code-block:: blitzmax SaveString( str$,url:Object ) Save a String to a stream The specified @url is opened For writing, and each character of @str is written to the resultant stream. A #TStreamWriteException is thrown if not all bytes could be written. Parameters ========== Return Values ============= Nothing. Examples ======== See Also ========