Chapter Contents

Previous

Next
Registry Component: _listValue

Registry Component: _listValue



Provides information for the zero-based indexed value of a given key


Syntax

Syntax

return = objectName._listValue( handle, index,type,name, data );
return = objectName._listValue( handle, index,type,name, data, overlay );

Argument Type Use Description
return Numeric Return returns a value indicating whether the indexed list value was retrieved successfully: 1 if successful, 0 if not successful
handle Numeric Input specifies the handle of the parent key
index Numeric Input specifies the zero-based index of the value to return
type Character Output specifies the value type code: B (binary), D (double), S (string), L (long), U (unsigned long)
name Character Output specifies the name of hte value at the indexed location
data Object Output specifies the data associated with the value at the indexed location
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.