Chapter Contents

Previous

Next
Ordered Collection Class: _removeAll

Ordered Collection Class: _removeAll



Removes all instances of an item from the collection


Syntax

Syntax

return = objectName._removeAll( item );
return = objectName._removeAll( item2 );
return = objectName._removeAll( item3 );
return = objectName._removeAll( item4 );

Argument Type Use Description
return Numeric Return returns the number of times an item was found and removed from the collection
item Numeric Input specifies the item to remove
item2 Character Input specifies the item to remove
item3 List Input specifies the item to remove
item4 Object Input specifies the item to remove


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.