I am having trouble finding away to change a String Into an Intager. if its as simple as it sounds i guess I am not basic enough.
Thanx,
Jeremy
Printable View
I am having trouble finding away to change a String Into an Intager. if its as simple as it sounds i guess I am not basic enough.
Thanx,
Jeremy
int myInt = Integer.parseInt(myString);