123456789101112131415161718192021222324252627282930313233343536 |
- .. _func_streams_closestream:
- ===========
- CloseStream
- ===========
- CloseStream -
- Description
- ===========
- .. code-block:: blitzmax
- CloseStream( stream:TStream )
- Close a stream
- All streams should be closed when they are no longer required.
- Closing a stream also flushes the stream before it closes.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|