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:
- &= (logical AND assignment)
- = (assignment)
- |= (logical OR assigment)
- $AttributeName (reference to source item)
For example
$Color = "bright red"
$Color = $AccentColor
$ResultText = $Label + " copy"