These operators the value of the right side of action codes be applied to the left side and are the means by which attribute values are altered via code (as opposed to manual edit). They include:
- $AttributeName (reference to attribute value)
- &= (logical AND assignment)
- = (assignment)
- |= (logical OR assigment)
For example
$Color = "bright red"
$Color = $Color2
$ResultText = $Label + " copy"
