Chapter Contents

Previous

Next
Ordered Collection Class: _add

Ordered Collection Class: _add



Adds an item to the ordered collection


Syntax

Syntax

objectName._add( item );
objectName._add( item, position );
objectName._add( item3 );
objectName._add( item5,position );
objectName._add( item7 );
objectName._add( item9,position );
objectName._add( item11 );
objectName._add( item13,position );

Argument Type Use Description
item Numeric Input specifies the item to be added to the collection
position Numeric Update specifies the position in the collection at which to add the item
item3 Character Input specifies the item to be added to the collection
item5 Character Input specifies the item to be added to the collection
item7 List Input specifies the item to be added to the collection
item9 List Input specifies the item to be added to the collection
item11 Object Input specifies the item to be added to the collection
item13 Object Input specifies the item to be added to the collection


Chapter Contents

Previous

Next

Top of Page

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