Tables and Dictionaries

Use the following variables when interfacing tables and dictionaries with BASIC+.

^Variable^Description^

@ANSThe variable used for storing the result of a symbolic field calculation.
@DICTThe dictionary of the primary table.
@IDThe key of the current row.
@MVThe value number of a multi-valued column when the { } braces function is used (@MV = 0 means all values).
@RECORDThe 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.