Chapter Contents

Previous

Next
SCL List Class: _addObject

SCL List Class: _addObject



Adds an object id to the list at the position specified by index. If index is negative, the position to add the item is determined by counting down from the end of the list. The name of the item is set to name


Syntax

Syntax

objectName._addObject( val, index, name );

Argument Type Use Description
val Object Input List Id to be added to the list.
index Numeric Input Position to add the item.
name Character Input Name of the item (may be blank).


Chapter Contents

Previous

Next

Top of Page

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