.. _func_streams_writebyte: ========= WriteByte ========= WriteByte - Description =========== .. code-block:: blitzmax WriteByte( stream:TStream,n ) Write a Byte to a stream #WriteByte writes a single Byte to @stream. A TStreamWriteException is thrown If the Byte could Not be written Parameters ========== Return Values ============= Nothing. Examples ======== See Also ========