Returns the current position in a file opened by OPEN.
DIM Pos AS LONG
Pos=FILEPOS(#1)
When used as a statement, moves the filepointer to the specified position:
FILEPOS #1,240
See Also: File I/O
Language Reference Table Of Contents