PickBASIC / FlashBASIC

%lseek() function

.md

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

Syntax

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

See also