[b]createcopy[/b][align=left]createcopy (node thenode, node container [,num samename, num inobject, num cached, num replace])[/align][align=left]Copies thenode into the specified container[/align][align=left]Description[/align][align=left]Copy thenode into the node specified ascontainer. This command is different from createinstance() in that it does notattempt to establish any links between thenode and any class. If aninstantiation is required, use createinstance() instead. [/align][b]createinstance[/b][align=left]createinstance (obj class, obj location)[/align][align=left]Description[/align][align=left]This command creates an instance of theclass specified as class and places it in the object specified as location. Theinstance will be given a name that is the name of the class followed by anumber. The instance will have all of the variables and attributes of class andit's superclasses. Nodes in the behavior node will not be copied into theinstance, as they apply to all instances of the class. The object passed asclass should be in the library. Generally, location is the model. The libraryand the model can be easily referenced using the library() and model()commands.[/align][align=left][/align][b]insertcopy[/b][align=left]insertcopy (obj originalobject, objcontainerobject)[/align][align=left]Creates a copy of the flowitem and moves itinto the container object[/align][align=left]Description[/align][align=left]Creates a copy of the flowitem and moves itinto the container object, causing the OnReceive event of the container toexecute.[/align]