Use VarSetD to set a variable to the value of another variable.
VarSetD may also be entered as SetDVar or SetD.
Required Operands
DEST specifies the name of the variable to be set.
SRC specifies the name of a variable the value of which is to be assigned to the DEST variable.
Return Codes
OK Successful.
Examples
Assign the value in variable OPT3 to the variable OPT1:
=> setd opt1,opt3