.. _func_streams_writelong: ========= WriteLong ========= WriteLong - Description =========== .. code-block:: blitzmax WriteLong( stream:TStream,n:Long ) Write a Long to a stream #WriteLong writes 8 bytes to @stream. A TStreamWriteException is thrown if not all bytes could be written Parameters ========== Return Values ============= Nothing. Examples ======== See Also ========