I need to create an object using one standard name, but then change the nameof the object and preserve that object and then re-use the original nameagain for a new object.The objects will be instantiated through ActiveXObject automation serverin an JScript/VBscript in ASP. As such the class will have a Java COM dllwrapper.Getting into Clones to do a 'deep-copy' seems a bit too-involved for thisand I am hoping that a simpler 'switcharoo' (technical term) is available.Thanks,Gary