![]() Chapter Contents |
![]() Previous |
![]() Next |
| Registry Component: _moveKey |
| Syntax |
Syntax |
| return = objectName._moveKey( from, to ); |
| return = objectName._moveKey( from, to, replace ); |
| Argument | Type | Use | Description |
|---|---|---|---|
| return | Numeric | Return | returns a value indicating whether the move was successful: 1 if successful, 0 if not successful |
| from | Character | Input | specifies the full path of the source key from which to move. The key must be closed and be in an editable portion of the registry. |
| to | Character | Input | specifies the full path of the target to move to. The key must be closed and be in an editable portion of the registry. |
| replace | Character | Input | specifies whether source key and values under the target key are replaced: NOREPLACE will not replace them, a blank passed in will replace them |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.