xpxGetByte

FUNCTION 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.

Arguments


TypeNameComment
INTEGERfileIdcomment
STRINGreadByte 

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â