Purpose: Sets the next access location of a binary file.
Format: FSEEK ID file pointer
Notes: Use this statement to set
the next file location (in bytes) as defined by the file pointer
parameter for subsequent FREAD and FWRITE
operations. If access is attempted to a non existing location an
error will occur.
See Also: Binary File Operations