Description
Reads a byte from an open file.
Parameters
Return Type
byte
Throws
string
"read_error:"
followed by the error message if the read fails
Example
Example 1
use "file"; int fid = fileOpen("C:\myData.dat"); runnerLog(fileReadByte(fid)); close(fid);
Returns: 61
See also
Filter by label
There are no items with the selected labels at this time.