A program to recognize and reward our most engaged community members
How could I create a new component by copying all the elements from another previously defined component using tcl commands ? All the while keeping the original component as it is.
Try this code:
*createentity comps cardimage=HM_COMP name=NewComp hm_createmark elems 1 'by comp name' 'OldComp' *copymark elements 1 'NewComp'
@Q.Nguyen-Dai : Thank you. This worked perfectly.