Chapter Contents |
Previous |
Next |
Dictionary Component: _getItems |
Syntax |
Syntax |
return = objectName._getItems( ); |
return = objectName._getItems( predicate ); |
Argument | Type | Use | Description |
---|---|---|---|
Return | Object | Return | returns a collection containing all of the items from the dictionary |
predicate | Object | Input | specifies the identifier of an object possessing a predicate method to be used to check each item in the dictionary: 1 if matched by the predicate, 0 if not matched |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.