| Syntax |
$io.read{file_name}{bytes_per_character}{offset}{length} |
| Documentation | Read a file.
bytes_per_character, the amount of bytes per character. Valid values are 1 for ASCII characters or 2 for unicode characters. The value of this parameter defaults to 1. offset, an offset of the specified file to start reading from. length, an amount of bytes to read starting from the specified offset.
|
| Examples | |
| Group | Special |
| Minimum required transaction-mode: | READ=IO |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 2 |
| Maximum parameters | 4 |