I'm feeling so silly right now
if i'm to go by what i've read above it'sCode:NSString *aString = [NSString stringWithFormat: @"%f", doubleValue];
PLEASE be right![]()
No.
You don't be right by wildly guessing like that.
Google "NSString Class Reference". Apple's reference documents should be the top result. There's a section that has something to do with Getting Numeric Values. One of the methods in that section returns a double, which has been parsed from the instance of NSString that you call the method on.
And we don't need to see your zip because you're sharing enough code that we can see what you're doing wrong already (or at least we're seeing some of what you're doing wrong.)
Last edited by a moderator: