Collection removeElement
Aus ExpeccoWiki
Schema
Description
- Remove an element from the collection.
- NOTE: the input collection (collectionIn) will be changed! This block modifies the collection directly - any other references to that collection (for example from an environment variable) will also "see" this change.
Example
Before: ( 'one' 'two' 'three' 'four' )
Remove: 'two'
After: ( 'one' 'three' 'four' )
Back to Standard Library.
Previous: Collection [ AddElement ]
Next: Collection [ ElementAtPut ]
