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
Initialises the operator file in filevariable $L.tkj.operator.Code:$L.success.flag=rtecall("rinit", $L.return.code, $L.tkj.operator, "operator")



Reply With Quote
Bookmarks