Chapter Contents

Previous

Next
Dictionary Component: _remove

Dictionary Component: _remove



Removes the first occurrence of an item from the dictionary


Syntax

Syntax

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

Argument Type Use Description
Return Numeric Return returns whether the item was found and removed: 1 if found and removed, 0 if not found
item Numeric Input specifies the item to be removed
item2 Character Input specifies the item to be removed
item3 List Input specifies the item to be removed
item4 Object Input specifies the item to be removed


Chapter Contents

Previous

Next

Top of Page

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