Text, '|' (Type=0, Substitution)

The symbol | is used to mean or. That is, if the data reference is equal to the data value the text can be specified into the first text field or into the second.

Example

In the opening panel, capacity definition is illustrated with two icons, red for limited capacity and green for unlimited capacity. The code for this can be divided into two @@38 functions (limited or unlimited)

@@38;*21;;*21;0;.ICO=3007; Finite capacity

@@38;*21;;*21;1;.ICO=3008; Infinite capacity

Or it can be written in one function utilizing the | symbol.

@@38;*21;;*21;0;.ICO=3007;|;.ICO=3008; Definition of capacity finite or infinite