Copies an existing variable.
copyvariable source destination
source | literal | The source variable name. An error will occur if this variable is not defined. |
destination | literal | The destination variable name. |
Use the ifvariableexists command to determine if the source variable exists before use.