User Guide
×
Menu
Index

ToNumber Function

 
There is also a function that allows conversion in the opposite direction -ToNumber. If a given string is convertible to a number, it will return a numeric value. See the example with the + operator - for strings (A); it simply connects the texts. If we want to use it to add numbers, first, we need to convert texts to numbers (B).
 
 
A.
 
B.