1234567891011121314151617181920212223242526272829303132333435 |
- .. _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
- ========
|