READ.RECORD
Purpose
Used to read a record directly from a file.
Arguments
Argument | Input/Output | Value |
---|---|---|
CODE | Input | 1 |
Output | unchanged | |
BFS | Input | BFS List |
Output | unchanged | |
HANDLE | Input | File Handle |
Output | unchanged | |
NAME | Input | Record Key |
Output | unchanged | |
FMC | Input | unassigned |
Output | unassigned | |
RECORD | Input | Current value of @RECORD |
Output | record read from file (null if no record found) | |
STATUS | Input | unassigned |
Output | TRUE$ if record was read successfully |
Called by
BASIC+ READ statement