Re: CFPreferences
Re: CFPreferences
- Subject: Re: CFPreferences
- From: Shawn Erickson <email@hidden>
- Date: Sat, 28 Jan 2006 09:15:40 -0800
On Jan 28, 2006, at 4:17 AM, Robert Dell wrote:
Shawn Erickson wrote:
NSLog(@"%@", myString);
that's something i never knew... i always used:
NSLog(myString,nil);
but it sometimes doesn't log anything when i'm working on
something. most likely when i forgot to alloc/init something
Doing NSLog(myString,nil) is just a problematic since it will parse
myString looking for format requests.
-Shawn
_______________________________________________
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