%lseek() Function

The %lseek() function moves the read/write pointer. See your host OS system documentation.

Syntax

variable = %lseek(file.descriptor, offset, whence)

See Also

%open() Function

%read() Function

%write() Function

FlashBASIC C Functions Overview

cfunction Statement