Hello, What is the syntax to convert a string to a integer or number and vice versus?
0
-
string to Integer: =parseInt($value1.result)
https://www.geeksforgeeks.org/convert-a-string-to-an-integer-in-javascript/
Integer to String:=$value1.result.toString()
https://www.w3schools.com/jsref/jsref_tostring_number.asp
In other words just Javascript functions
Erik
0
Please sign in to leave a comment.
Comments
1 comment