DIM Pos AS LONG
Pos=FILEPOS(#1)
When used as a statement, moves the filepointer to the specified position:
FILEPOS #1,240
Siehe auch: File I/O
Referenz - Startseite