Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.