2
0

func_streams_writelong.rst 399 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_streams_writelong:
  2. =========
  3. WriteLong
  4. =========
  5. WriteLong -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. WriteLong( stream:TStream,n:Long )
  10. Write a Long to a stream
  11. #WriteLong writes 8 bytes to @stream.
  12. A TStreamWriteException is thrown if not all bytes could be written
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========