See also
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
fileReadBytefileReadLine(fid) | Package | file | Alias | | Pkg Usage | readByte |
Description
Excerpt |
---|
|
Reads a byte line of text from an open file until it reaches the end of the line (\n or \r\n). |
Reads a byte line of text from an open file until it reaches the end of the line (\n or \r\n).
Parameters
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. | |
Return Type
ByteString
Example
Example 1
Code Block |
---|
use "file";
int fid = fileOpen("C:\myDataalphabet.dattxt");
runnerLog(fileReadBytefileReadLine(fid));
close(fid); |
Returns: 61ABCDEFGHIJKLMNOPQRSTUVWXYZ
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "file_ |
---|
|
...
routine" and space = currentSpace ( ) | labels | array_routines |
---|
|