Use the following variables when interfacing tables and dictionaries with BASIC+.
Variable | Description | |
@ANS | The variable used for storing the result of a symbolic field calculation. |
|
@DICT | The dictionary of the primary table. |
|
@ID | The key of the current row. |
|
@MV | The value number of a multi-valued column when the { } braces function is used (@MV = 0 means all values). |
|
@RECORD | The current row. With respect to @RECORD and multi-table forms, @RECORD only contains the contents of the primary table's row, not the joined table. |