OpenWGA 7.5 - TMLScript reference
Lookup tableMethod :
remove(key)
| On object | Lookup table |
| Usage |
Removes the element of the given key from the table |
| Description |
The value of removed element is returned by this method. This method does nothing if no element with the given key exists. |
| Parameters |
key (Object): The key of the element to remove |
| Return value |
The value of a removed element or null if no element of the given key existed |
| Allowed in script types |
|