ToValueList Function

  • Updated

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"}.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.