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:
- &= (i.e. logical AND assignment)
- = (i.e. value assignment)
- |= (i.e. logical OR assignment)
- $AttributeName[(scope)]
For example
$Color = "bright red"
$Color = $AccentColor
$ResultText = $Label + " copy"