Collection elementAtPut
Aus ExpeccoWiki
Schema
Description
- Store an element by key/value.
- The collection can be either a sequential collection which is indexed by a numeric key, or a hashTable (Dictionary) which is idnexed by any object as key. If a numeric key is used, the index is 1-based (as in Smalltalk and natural languages).
- NOTE: the input collection (collectionIn) will be changed!
Back to Standard Library.
Previous: Collection [ RemoveElement ]
Next: Collection [ ElementAtPut 0-based ]
