PDA

Click to See Complete Forum and Search --> : String To Int


Dafly
Oct 29th, 2000, 01:07 PM
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

noone
Oct 29th, 2000, 05:42 PM
int myInt = Integer.parseInt(myString);