OpenWGA 7.7 - TMLScript reference
TMLContext "this"Method :
appendVar(name, value)
| On object | TMLContext "this" |
| Usage | Appends a value to a WebTML variable as list element |
| Description | This is the TMLScript pendant of WebTML attribute appendvar. |
| Parameters |
name (String): Name of a WebTML variable value (Object): Value to append as list element to the variable |
| Allowed in script types |
|