Use this function to set a file pointer to a new position in an ASCII or binary file.

File.SEEK(Position)

Parameters

File

Type: file

Use this variable to refer to the file.

Position

Type: integer

The position at which you want to place the pointer.

Expand imageRemarks

Expand imageSee Also