Can this be done? Like the clone method in the Java Object superclass. I am trying to come up with the most practical and generic method to clone LS objects.
Subject: Cloning LotusScript Objects
No – you’d need to write the “clonable interface” as part of the class. (Note that there’s no “implements” or multiple inheritance statement either.)
Subject: RE: Cloning LotusScript Objects
I was afraid of that, as I was trying to not have to write a clone method that was class specific.