Copy/paste following and edit as required
**** COPY BELOW THIS LINE ****
Versions
All
Purpose
To initialise a file for read, update or add records.
Syntax
Code:$L.void=rtecall("rinit", $L.rc, $L.filevar, $L.filename)
- $L.void
not used- $L.rc
returncode of the call- $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.void=rtecall("rinit", $L.rc, $L.tkj.operator, "operator")
**** COPY ABOVE THIS LINE ****


Reply With Quote

Bookmarks