Chapter Contents

Previous

Next
Registry Component: _deleteTree

Registry Component: _deleteTree



Deletes a key and all of its data values from the SAS Registry


Syntax

Syntax

return = objectName._deleteTree( key, name );

Argument Type Use Description
return Numeric Return returns a value indicating whether the delete was successful: 1 if successful, 0 if not successful
key Numeric Input specifies the handle of the parent key: this may be a currently open key, a root key, or 0. If 0 is specified, user root is assumed
name Character Input specifies the name of the key at the top of the tree to be deleted


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.