SEEK statement
Purpose: SEEK sets the next read or write position in a file.
Syntax:
SEEK hFile, Offset%
Parameters:
|
Example:
SEEK FP1, 8192
Result:
This example will move the file pointer to byte 8192 in the file.
BCX Console Sample Programs using SEEK function.