func_streams_eof.rst 279 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_streams_eof:
  2. ===
  3. Eof
  4. ===
  5. Eof -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. Eof( stream:TStream )
  10. Get stream end of file status
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. True If stream is at end of file
  16. Examples
  17. ========
  18. See Also
  19. ========