removeObjectAtIndex Subroutine

public subroutine removeObjectAtIndex(self, indx)

Remove an object at the index indx

*Usage

  CLASS(FTMutableObjectArray) :: array
  INTEGER                     :: indx
  CALL array % removeObjectAtIndex(indx)

Type Bound

FTMutableObjectArray

Arguments

Type IntentOptional Attributes Name
class(FTMutableObjectArray) :: self
integer :: indx