Chapter Contents |
Previous |
Next |
Registry Component: _getValue |
Syntax |
Syntax |
return = objectName._getValue( key, name,type,data ); |
return = objectName._getValue( key, name, type,data,overlay ); |
Argument | Type | Use | Description |
---|---|---|---|
return | Numeric | Return | returns a value indicating whether the value was retrieved successfully: 1 if successful, 0 if not successful |
key | Numeric | Input | specifies the handle of the key for the value to retrieve |
name | Character | Input | specifies the name of the value to retrieve |
type | Character | Output | specifies the value type: B for binary, D for double, S for string, L for long, U for unsigned long |
data | Object | Output | specifies the numeric or character value from the registry |
overlay | Character | Input | specifies whether or not to turn off registry overlay: N turns it off |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.