Seek Function

  1. Seek (filenumber)

The parameter filenumber is used in the open statement and must be a valid numeric expression.

Seek returns a number that represents the byte position where the next operation is to take place. The first byte in the file is at position 1.

Related Topics:

Open

More:

Example - Seek Function