Constructs value list inline from args.
Syntax
|
Constructs value list inline from args. |
|
ToValueList(value1, value2, ...) |
|
Arguments: |
|
|
value |
Any - a list value. |
Remarks
- Example: ToValueList(1, 2, 3) returns value-list:{"1", "2", "3"}.
Comments
0 comments
Article is closed for comments.