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:
 
xpxGetByte(fileId       : INTEGER;
            VAR readByte : STRING (1) FIXED)            status       : INTEGER
 
The xpxGetByte function will return a single byte read from the current byte position of the specified open file fileId in the argument readByte. The built in constant XPXEOF is returned as status when the current byte position is at end of file. In this case the value of readByte is undefined.

  • No labels