Re: Bug or feature?
Re: Bug or feature?
- Subject: Re: Bug or feature?
- From: Andy Armstrong <email@hidden>
- Date: Tue, 14 Feb 2006 18:14:57 +0000
On 14 Feb 2006, at 17:57, M. Carlson wrote:
What number should variable 'fval' have after this is executed?
- (void) doit
{
float fval=0.0;
NSNumber *aNumber=nil;
fval=[aNumber floatValue];
NSLog(@"fval is %f",fval);
}
This describes what it /should/ do:
http://lyxus.net/cho
--
Andy Armstrong, hexten.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden