Creates a copy of the userobj.
Creates either a named or unnamed copy of the user object.
Syntax
userobj_name.copy
userobj_name.copy dest_name
Examples
u1.copy
creates an unnamed copy of the user object U1.
u1.copy u2
creates U2, a copy of the user object U1.
Cross-references