A variable can be associated with graphical objects possessing a Value property. This variable will contain the value associated with the object.
The same variable can be associated with several objects. It is considered to be a global variable.
An associated variable can be used in the same way as the Value property of a screen field.
Syntax:
AssociatedVariableName
For example:
CustomerCode = 'BAKER'
ORDERID: = 'BJ002365'
ITEMID:VALUE = *BLANK
Important note: When a variable is associated with an object, the Value property of the object can no longer be used.