2
0

func_streams_writeshort.rst 402 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_streams_writeshort:
  2. ==========
  3. WriteShort
  4. ==========
  5. WriteShort -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. WriteShort( stream:TStream,n )
  10. Write a Short to a stream
  11. #WriteShort writes 2 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. ========