Chapter Contents |
Previous |
Next |
Registry Component: _setValue |
Syntax |
Syntax |
return = objectName._setValue( handle, valueName,type,dataValue ); |
return = objectName._setValue( handle, valueName,type,dataValue2 ); |
Argument | Type | Use | Description |
---|---|---|---|
return | Numeric | Return | returns a value indicating whether the set was successful: 1 if successful, 0 if not successful |
handle | Numeric | Input | specifies the handle of the parent key |
valueName | Character | Input | specifies the name of the value to set |
type | Character | Input | specifies the type of data: B (binary), D (double), S (string), L (long), U (unsigned long) |
dataValue | Character | Input | specifies the value to set |
dataValue2 | Numeric | Input | specifies the value to set |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.