OpenWGA 7.0 - TMLScript reference
WGAMethod :
toList(value)
| On object | WGA |
| Usage | Converts any value into list form |
| Description |
This method does the same list conversion known from itemList() or metaList() on a custom value. It is ensured that the return value is a non-null List with differing contents. The behaviour regarding the given input values is:
|
| Parameters |
value (Object): Any value to be converted to a list |
| Return value | A List |
| Allowed in script types |
|