Chapter Contents

Previous

Next
SCL List Class: _setNamedListAt

SCL List Class: _setNamedListAt



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._setNamedListAt( val,name,nth, start );

Argument Type Use Description
return Numeric Return The index of the item whose value was set.
val List Input List id 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.