Moving information

You can use MOVE to move a user variable or a dictionary column to a dictionary column.

The MOVE action copies information, from source to target, and then erases the value of the source. The only valid sources for the MOVE action is a user variable or a dictionary column. You cannot use the MOVE action with operand. Examples of the MOVE action are as follows:


MOVE Country_Code {ISOCountryCode}
and

MOVE {HouseNumber} {HouseNumberSuffix}