Chapter Contents |
Previous |
Next |
Ordered Collection Class: _replaceAt |
Syntax |
Syntax |
return = objectName._replaceAt( item, position ); |
return = objectName._replaceAt( item2, position ); |
return = objectName._replaceAt( item3, position ); |
return = objectName._replaceAt( item4,position ); |
Argument | Type | Use | Description |
---|---|---|---|
return | Numeric | Return | returns whether the item was successfully replaced: 1 if successful, 0 if not successful |
item | Numeric | Input | specifies the item used to replace the item at the specified position |
position | Numeric | Input | specifies the position of the item to replace |
item2 | Character | Input | specifies the item used to replace the item at the specified position |
item3 | List | Input | specifies the item used to replace the item at the specified position |
item4 | Object | Input | specifies the item used to replace the item at the specified position |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.