func_streams_streampos.rst 349 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_streams_streampos:
  2. =========
  3. StreamPos
  4. =========
  5. StreamPos -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. StreamPos( stream:TStream )
  10. Get current position of seekable stream
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. Current stream position, or -1 If stream is not seekable
  16. Examples
  17. ========
  18. See Also
  19. ========