Loading...
 

CX_OBJECT_MANAGER::CopyREPCollection

CX_OBJECT_MANAGER::CopyREPCollection

Description:

This class function creates a copy of the collection connected to REP 'Name (old)' and binds it to REP 'Name (new)

Code example:

The following example copies the REP collection named "geps" (typical name for a garbage collection) to "geps.old". The new collection is of type list.

"geps" "geps.old" 3 GetManager(OBJECT) Call(CopyREPCollection)
Stack
Stack Position Object type Brief description
Stack(In) Top CX_OBJECT_MANAGER
Top 1 INTEGER Type (0: Set, 1: Bag, 3: List, 5: Array)
top 2 STRING Name (new)
top 3 STRING Name (old)
Stack(Out) Top
Function call: Call(CopyREPCollection)