Text to number

luke2012

Well-Known Member
Licensed User
Longtime User
Hi to all,
I need to convert a string into a number.

example :

"001" = 1
"002" = 2
........

There is a specific function or the casting can be done in other way?
 
Top