Declare class as varient

At one time I was able to create what I called an ArrayHolderClass and declare the super as Varient but not any more. Is there something I might be missing with this deceleration?

A class cannot have a super of Variant. You can have a property in the class of type variant. Maybe that’s what you were remembering.