123456789101112131415161718192021222324252627282930313233 |
- .. _func_streams_eof:
- ===
- Eof
- ===
- Eof -
- Description
- ===========
- .. code-block:: blitzmax
- Eof( stream:TStream )
- Get stream end of file status
- Parameters
- ==========
- Return Values
- =============
- True If stream is at end of file
- Examples
- ========
- See Also
- ========
|