Chapter Contents |
Previous |
Next |
Collection Class: _remove |
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 remove, 0 if not found in 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.