Hey,
Is it possible to convert string to integer in CoD2 using stock functions ?

Here is example using Java, hope it is similar in CoD2.

PHP Code:
String string "1234";
int num Integer.parseInt(string); 
Thanks in advance,
Jeplaa