Details
-
Story
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Security Level: Users (General product issues)
-
8
-
UNDECIDED
-
Green Sprint 107, Green Sprint 108
Description
Overload existing functions for variant data type:
- length, getKeys, containsKey, append, remove - these container functions have been adapted to also work with variant type. They produce error if variant var does not contain value/data of type list or map.
- toString - converts any value to a string, not limited to lists and maps