parseInt() runtime functions
A new runtime function that convert string to integer
Also the ability to be able to total control based on the values. EG
Radio Buttons are stored as string not integer. So even if the values are 1,2,3,4,5 these cannot be totalled in the calculated Value control. for On-Prem it is possible to use parseInt(Named Control) + parseInt(Named Control) etc etc, but this would get very big quickly.
A new runtime function that can be used like:
parseIntTotal(Named Control1, Named Control2, Named Control3)
would be excellent..

Thanks for your suggestion.
I will update this idea if there are any updates to share.
Cheers,
Euan
-
Anonymous commented
We also need a intToString() inline function. This is useful when concatenating integers to a name string to use on Title fields.
Form variable example:
FormName: 'VMUpgrade' +_' + intToString(Counter) + 1