Chapter Contents

Previous

Next
SCL List Class: _getString

SCL List Class: _getString



Gets a string 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._getString( index );

Argument Type Use Description
return Character Return The string 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.