Chapter Contents

Previous

Next
Dictionary Component: _setAt

Dictionary Component: _setAt



Inserts an item and associated key into the dictionary


Syntax

Syntax

objectName._setAt( item, key );
objectName._setAt( item2, key );
objectName._setAt( item3, key );
objectName._setAt( item4, key );

Argument Type Use Description
item Numeric Input specifies the item used to replace the current item at the specified position
key Character Input specifies the key to associate with the item in the dictionary
item2 Character Input specifies the item used to replace the current item at the specified position
item3 List Input specifies the item used to replace the current item at the specified position
item4 Object Input specifies the item used to replace the current item at the specified position


Chapter Contents

Previous

Next

Top of Page

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