At 08:50 PM 4/19/00 -0600, Chimezie Ogbuji wrote: >I've created a new ZClass which inherits from Object manager. I want all >instances of the class to have two File variables (should be unique). Edit your ZClass' constructor so that it creates the File objects when the object is created. Then each instance will have its own, seperate File objects.