Hi,
Could someone please let me know how to use array in FormCalc? Any example or reference notes will be of great help.
Thanks,
VJ
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
FormCalc is a simple scripting language and does not support objects like arrays.
The only function that come close to an array in JavaScript is Choose(),
This first parameter selects the nth value of the following comma separated strings.
Choose(3, "String1", "String2", "String3", "String4")
returns String3
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi,
FormCalc is a simple scripting language and does not support objects like arrays.
The only function that come close to an array in JavaScript is Choose(),
This first parameter selects the nth value of the following comma separated strings.
Choose(3, "String1", "String2", "String3", "String4")
returns String3
Views
Replies
Total Likes
already google it and test a few suggestions, cannot find it
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies