Just a quick question, if you have the following code : c4_View viewB = viewA.Duplicate();
and then you want to re-assign viewB i.e. viewB = viewC.Duplicate(); What should you call prior to re-assigning viewB to ensure that the "first" viewB is properly destroyed. For example, would the following do it : viewB = viewA.Duplicate(); viewB.RemoveAll (); viewB = viewC.Duplicate(); Thanks in advance for any help anybody can give. Best regards, Ian Fairclough. _______________________________________________ metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
