Generic name: count
Returns the actual number of items in the array.
*Usage
CLASS(FTMutableObjectArray) :: array
INTEGER :: sze
sze = array % count()
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FTMutableObjectArray) | :: | self |