COPYOBJECT action
Related pages:
COPYOBJECT srcObject, newNameStr, aliasNewObject
srcObject | in | Reference to object. |
newNameStr | in | Value identifier of Text type. |
aliasNewObject | out | Identifier, where the reference to new-created object will be inserted in. |
After a successful creation of a new object, the reference to this new object is assigned to the parameter aliasNewObject.
ALIAS _newObject COPYOBJECT D.Graph, "D.GraphCopy", _newObject ; Test of the action success IF _newObject\HBJ = 0 THEN ; graph copy was not created ELSE ; graph copy was created ; Open it in HI OPEN _newObject ON WS_PC.HIP ENDIF
Related pages:
Pridať komentár