Chapter Contents

Previous

Next
Collection Class: _removeAll

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 Update specifies the item to remove
item2 Character Update specifies the item to remove
item3 List Update specifies the item to remove
item4 Object Update specifies the item to remove


Chapter Contents

Previous

Next

Top of Page

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