Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 10-10-2009, 08:25 AM   #2 (permalink)
jshake11
Registered Member
 
Join Date: Oct 2009
Posts: 14
jshake11 is on a distinguished road
Default What if...

What if you do it like this?


//------ File .h

double myNumber;

//------ File .m
- (void)viewDidLoad
{
//.. various var, ..etc.


[self myFunction]
}

-(void) myFunction{

myNumber = [myTextField.text doubleValue];
double calcoloRisultato;
calcoloRisultato = myNumber/0.8;
// ERROR Calc.

}
jshake11 is offline   Reply With Quote
 

» Advertisements
» Stats
Members: 175,282
Threads: 93,959
Posts: 402,306
Top Poster: BrianSlick (7,971)
Welcome to our newest member, kurtwatson
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 09:13 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.