Dictionaries
- Last UpdatedJan 16, 2026
- 1 minute read
Dictionaries may be used with the rules to define value strings against given keys. For example the key might be the setting of an attribute, and the associated value might be needed to perform correct build or comparison operations. In the example below a Dictionary has been created for Disciplines.

Here is an example formula that uses a dictionary lookup:
Format('/{0}-{1:D2}-EQUIP', Lookup('Discipline',FUNC of source), AREA of target)