24711 threads
104 threads
1 email from 1 person
One can check easily if an object is of class "foo" via strcmp(CHAR(asChar(GET_CLASS(obj))), "foo") and I wonder if there is high-level functionality to check if `obj' extends a class? Best, Torsten