Possible Duplicate:
retrieving integer value from the UITextField into a NSInteger variable
I have users fill in a text box with a number. I want to use this number in a calculation; how can i put it in a variable? So far I only have:
NSInteger *answer = results........