Chapter Contents

Previous

Next
SCL List Class: _getNamedItemAt

SCL List Class: _getNamedItemAt



Returns the value contained in the nth occurrence of the named item, starts searching at start. Returns a type object containing the value found.


Syntax

Syntax

return = objectName._getNamedItemAt( name, index, offset );

Argument Type Use Description
return SASHELP.CLASSES.TYPE.CLASS Return Type object containing the value found.
name Character Input Name of item to get.
index Numeric Input Occurence of name get.
offset Numeric Input Index to start searching from.

(1) return is sashelp.classes.type.class


Chapter Contents

Previous

Next

Top of Page

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