Chapter Contents |
Previous |
Next |
Dictionary Component: _getKey |
Syntax |
Syntax |
return = objectName._getKey( item ); |
return = objectName._getKey( item2 ); |
return = objectName._getKey( item3 ); |
return = objectName._getKey( item4 ); |
Argument | Type | Use | Description |
---|---|---|---|
Return | Character | Return | returns the key of the item if it is found in the dictionary or a NULL string if the item is not found |
item | Numeric | Input | specifies the item for which to search |
item2 | Character | Input | specifies the item for which to search |
item3 | List | Input | specifies the item for which to search |
item4 | Object | Input | specifies the item for which to search |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.