Chapter Contents

Previous

Next
SCL List Class: _getList

SCL List Class: _getList



Gets a list value from the list at the position specified by index. If index is negative, the position to get the item is determined by counting down from the end of the list.


Syntax

Syntax

return = objectName._getList( index );

Argument Type Use Description
return List Return List value found at the index.
index Numeric Input Index to get the item from.


Chapter Contents

Previous

Next

Top of Page

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