Versions
All

Purpose
To initialise a file for read, update or add records.

Syntax
Code:
$L.success.flag=rtecall("rinit", $L.return.code, $L.filevar, $L.filename)
  • $L.success.flag
    true = success
    false = failure
  • $L.return.code
    not used
  • $L.filevar
    the variable in which to store the records retreived, updated or added
  • $L.filename
    the file to initialise

Example
Code:
$L.success.flag=rtecall("rinit", $L.return.code, $L.tkj.operator, "operator")
Initialises the operator file in filevariable $L.tkj.operator.