Description
Reads a byte from an open file.
Parameters
Return Type
Byte
Error Handling
Throws String
Error: "read_error": followed by the error message if the read failsExample
Example 1
use "file"; int fid = fileOpen("C:\myData.dat"); runnerLog(fileReadByte(fid)); close(fid);
Returns: 61
See also
We've encountered an issue exporting this macro. Please try exporting this page again later.