Purpose
Used to create a file handle for subsequent access by record-oriented calls such as READ.RECORD, WRITE.RECORD, etc.
Arguments
Argument | Input/Output | Value |
CODE | Input | 11 |
| Output | unchanged |
BFS | Input | BFS List |
| Output | unchanged |
HANDLE | Input | media map handle |
| Output | unchanged |
NAME | Input | filename*account, as read from @FILES<2> and @FILES<3> |
| Output | unchanged |
FMC | Input | null |
| Output | unchanged |
RECORD | Input | null |
| Output | file handle for file |
STATUS | Input | 1 |
| Output | true if the file handle is successfully constructed, false if the handle cannot be constructed and verified |
Called by
BASIC+ OPEN statement