powered by
Return the CLASS property of the ObjectArray.
This is the class or classes of the objects within the array.
<OBJECT> means that the ObjectArray can contain any objects.
CLASS (x)
An ObjectArray.
ObjectArray
# NOT RUN { v <- ObjectArray ("MyClass", 10) CLASS (v) class (v) # }
Run the code above in your browser using DataLab