Object Reference
:
Object View and Procedure Reference
:
Var
copy
Var Procs
Creates a copy of the var.
Creates either a named or unnamed copy of the var.
Syntax
var_name.
copy
var_name.
copy
dest_name
Examples
v1.copy
creates an unnamed copy of the var V1.
v1.copy v2
creates V2, a copy of the var V1.
Cross-references
See also
copy
.