but...

does neone know how to change a variable into a number?

such as

Code:
String = "23";
Number = function ??(String);
Number = 23;
Thank you.