func_streams_closestream.rst 411 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. _func_streams_closestream:
  2. ===========
  3. CloseStream
  4. ===========
  5. CloseStream -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. CloseStream( stream:TStream )
  10. Close a stream
  11. All streams should be closed when they are no longer required.
  12. Closing a stream also flushes the stream before it closes.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========