Reads a certain number of bytes from a file.
Category: | External File |
Returned data type: | Integer |
Note: | The returned value is the number of bytes actually read, or 0 on failure. |
an integer specifying the number of bytes that need to be read from the file. This parameter can be specified as a number, field name, or expression.
a string that contains the bytes that are read. This parameter can be specified as a fixed string, field name, or expression.