If_AppRecord
If_AppRecord views and modifies a general record.
|
| getrecord | | Returns the record itself |
|
| listfieldnames | | 'listfieldnames' lists valid field names in this record |
|
| load | | Returns 'ok' or 'error:...' | | The 'load' command must be executed first to load a record into this
handler. Technically load can be called multiple times each time
loading a new record into the handler for manipulation. |
|
| print | | 'print' prints the value of a field name | | 'field' is the name of the field to print; a prefix and postfix are allowed |
|
| set | | Returns 'ok' or 'error:...' | | 'set' sets the value of field(s) |
|