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:
 
xpxGetFileBytePointer(fileId                : INTEGER;
                       VAR actualBytePointer : INTEGER)                      status                : INTEGER;
 
The xpxGetFileBytePointer function returns the current file positions of the specified open file fileId. The current file position is returned as a byte number in the actualBytepointer (starting from 0) argument.

  • No labels