The %lseek() function moves the read/write pointer. See your host OS system documentation.
variable = %lseek(file.descriptor, offset, whence)
%open() function, %read() function, %write() function, FlashBASIC C functions overview, cfunction statement