> Does anyone know how to get the allocated size of a class without > instantiating it? The comments page on classes suggests: obj.classinfo.init.length or Class.classinfo.init.length I didn't try it though. Christian