Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

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
languagejs
use "file";
int fid = open("C:\myData.dat");
runnerLog(read(fid, 10));
close(fid);

...

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "file_routine" and space = currentSpace ( )
labelsarray_routines

We've encountered an issue exporting this macro. Please try exporting this page again later.