...
Code Block | ||||
---|---|---|---|---|
| ||||
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
...
Type | Name | Comment |
INTEGER | fileId | comment |
STRING | readByte |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|