Chapter Contents

Previous

Next
SCL List Class: _setString

SCL List Class: _setString



Sets the value of the list item at index to val.


Syntax

Syntax

return = objectName._setString( val, index );

Argument Type Use Description
return Numeric Return The index of the item whose value was set.
val Character Input Character string value to set.
index Numeric Input Index of the item to set. If negative, index is counted backward from the end of the list.


Chapter Contents

Previous

Next

Top of Page

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