Ok I have a car number like this
DJ44444
in a String object. Now I want the three numbers in the middle to be casted to a int. I know I kan use substring() to get the numbers out into a new string, but how do I convert them to an integer variable? This might be a dumb question but please answer. Thanks.


Reply With Quote
