123456789101112131415161718192021222324252627282930313233 |
- .. _func_streams_seekstream:
- ==========
- SeekStream
- ==========
- SeekStream -
- Description
- ===========
- .. code-block:: blitzmax
- SeekStream( stream:TStream,pos )
- Set stream position of seekable stream
- Parameters
- ==========
- Return Values
- =============
- New stream position, or -1 If stream is not seekable
- Examples
- ========
- See Also
- ========
|