Seek #

<< Click to Display Table of Contents >>

Navigation:  File functions and statements >

Seek #

Description

Sets the position for the next read/write operation within a file opened using the Open statement.

Syntax

Seek #filenumber, position

 

The Seek # statement syntax has these parts:

 

Part

Type

Description

filenumber

Integer

Required. Any valid file number.

position

Integer

Required. Number in the range 1 – 2,147,483,647, inclusive, that indicates where the next read/write operation should occur.