Reading from middle of file

BlitzMax Forums/BlitzMax Beginners Area/Reading from middle of file

Is it possible to read data from the middle of a file, something like a SetStreamPos function maybe?

There's a SeekStream function ( or Stream.Seek() if you prefer the OO approach. ) Is that what you're looking for?

Thanks, exactly what I was looking for.