Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpxSetFileBytePointer(fileId, bytePointer : INTEGER)
                      status              : INTEGER;
 
The xpxSetFileBytePointer function will flush the actual file and set the current file position of the specified open file fileId to the specified byte number bytePointer (starting from 0).

  • No labels