Chapter Contents

Previous

Next
SCL List Class: _setNamedObjectAt

SCL List Class: _setNamedObjectAt



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

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