Chapter Contents

Previous

Next
SCL List Class: _setNamedStringAt

SCL List Class: _setNamedStringAt



Sets the value of the nth occurrence of the named item to val. Starts searching for the named item at start.


Syntax

Syntax

return = objectName._setNamedStringAt( val,name,nth, start );

Argument Type Use Description
return Numeric Return The index of the item whose value was set.
val Character Input Character string value to set.
name Character Input Name of the item to set.
nth Numeric Input Occurrence of name to search for.
start Numeric Input Index to start searching from.


Chapter Contents

Previous

Next

Top of Page

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