copy_set
copy_set
-set d_setObj
Description
Creates a new set containing all the objects from the specified set.
Arguments
Value Returned
Examples
Copies the set specified by the my_set variable into a new set specified by the mynew_set variable.
set mynew_set [copy_set -set $my_set]
Related Topics
Return to top