Language-Like Functions
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)
x |
An ObjectArray. |
v <- ObjectArray ("MyClass", 10) CLASS (v) class (v)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.