Function DeepClone Returns Integer

 

this function will create a deep clone of the current object meaning it will create actual copies of each and every token and then recursively do the same for all child tokens.

 

Usage

 

Integer hoCloneObj

Get DeepClone to hoCloneObj

 

Make sure the destroy the object when it is no longer needed