123456789101112131415161718192021222324252627282930313233 |
- .. _func_streams_streampos:
- =========
- StreamPos
- =========
- StreamPos -
- Description
- ===========
- .. code-block:: blitzmax
- StreamPos( stream:TStream )
- Get current position of seekable stream
- Parameters
- ==========
- Return Values
- =============
- Current stream position, or -1 If stream is not seekable
- Examples
- ========
- See Also
- ========
|