FILEPOS(#<filenumber>)

FILEPOS #<filenumber>, <new position>

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

Siehe auch: File I/O

Referenz - Startseite