...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
fid | String | Yes | The id of the open file to read from. | len | Integer | Yes | The number of bytes that should be read. | |
Return Type
Byte []
Error Handling
Throws String
...
- "eof": if you read past the end of the file
- "read_error": followed by the actual error if read fails
Example
Example 1
Code Block |
---|
|
use "file";
int fid = open("C:\myData.dat");
runnerLog(read(fid, 10));
close(fid); |
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "file_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.