numberOfItems Function

public function numberOfItems(self)

Generic name: count

Returns the actual number of items in the array.

*Usage

  CLASS(FTMutableObjectArray) :: array
  INTEGER                     :: sze
  sze =  array % count()

Type Bound

FTMutableObjectArray

Arguments

Type IntentOptional Attributes Name
class(FTMutableObjectArray) :: self

Return Value integer