How to convert a String to an int?
Does someone know how to convert a String to an int?I have tried like this:int id = 0;String s ="123";for(int j=0;j<s.length();j++){ char i = s.charAt(j); id = id + ((int) i)*(10^j);}>
[253 byte] By [
JebeDiAH] at [2007-9-26 1:20:32]
