OpenWGA 7.0 - TMLScript reference
Lookup tableMethod :
putAll(table)
On object | Lookup table |
Usage |
Adds all elements of the parameter table to this table |
Description |
The elements are are copied to the current list with the keys and values they have on the parameter table. The key and value objects from the parameter table themselves are not copied but reused. Existing elements in the current table may be overwritten by elements of the parameter table if their keys match. |
Parameters |
table (Lookup-Tabelle): Table whose elements should be copied |
Allowed in script types |
|