NSLog BUG ?
NSLog BUG ?
- Subject: NSLog BUG ?
- From: "Mark's Studio" <email@hidden>
- Date: Wed, 15 May 2002 19:53:41 +0200
I just used NSLog like this
NSLog(@"takeDoubleValueFrom %d %@ %@",[sender doubleValue],self,sender);
and the second arg was always (NULL)
I know it should be like this
NSLog(@"takeDoubleValueFrom %f %@ %@",[sender doubleValue],self,sender);
but why does it not work?
Peter Mark
Mark's Recording Studio A/S
Faelledvej 19 b DK2200 N
Copenhagen Denmark
Tel: +45 35366078 Fax: +45 35366038
www.marks-studio.dk
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.