rimdm@"RIMDM"
The logical function
<"RIMDM(" <index>, <command>, <tuple> ")"
where
«index> is the integer table index,
<command> is a string containing a Rim data-movement command, and
<tuple> is the integer array containing the data to be transferred.
returns a value of `true' if the command is executed successfully,
and `false' if there has been an error. In the latter case
"RMSTAT" will contain the error number.
You must have executed a Rim `table-selection' command
(presently only "select" and "load")
before issuing a data-movement command.
The data-movement commands are:
Command |
Description |
Prerequisite |
"get" |
Retrieves the next row from the table. |
"select" |
("RIM") |
"put" |
Replaces the current row into the table. |
"get" |
("RIMDM") |
"del" |
Deletes the current row from the table. |
"get" |
("RIMDM") |
"load" |
Loads a new row at the end of the current table. |
"load" |
("RIM")
|
Subsections