OpenWGA 7.8 - TMLScript reference
ListMethod :
removeAll(list)
| On object | List |
| Usage | Removes all values from the list that are contained in the parameter list |
| Description |
Like list.contains() this method is case sensitive on strings. |
| Parameters |
list (List): List of all values to be removed |
| Return value | true if the operation at least removed one value, false otherwise (Boolean) |
| Allowed in script types |
|