Quote:
Originally Posted by silentmike78
so i have this text field that uses a number pad called field1, is there a way i can take the text and store it in a int variable? I tried this, but it doesn't work:
fieldInt =[field1.text intValue];
|
int fieldInt = [field1.text intvalue]
if field1.text is a uitextfield should work.
what mean doesn't work?