Reading from middle of file

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

AltanilConard(Posted 2007) [#1]
Is it possible to read data from the middle of a file, something like a SetStreamPos function maybe?


Gabriel(Posted 2007) [#2]
There's a SeekStream function ( or Stream.Seek() if you prefer the OO approach. ) Is that what you're looking for?


AltanilConard(Posted 2007) [#3]
Thanks, exactly what I was looking for.