Example: Dim c1 As New MySubClass Dim c2 As MySubClass c2 = MySubClass( c1.Clone )
If MySubClass is an Object3D that code will run fine, but if the super is a home-brewed class that supplies a Clone function you'll get a not-so-unexpected illegal cast exception. I can't think of a way to do this in RB code - does Object3D use some sort of plugin SDK voodoo? I probably could've emailed Joe directly for the answer, but this felt like a fun problem for the list to ponder... Frank. <http://developer.chaoticbox.com/> <http://macgameblog.com/> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
