On Jul 3, 2009, at 11:20 PM, KK wrote:
Hello,
I have a NSString (from a property list file) that has the %@
formats in
it... So.. I do something like this:
NSString *stringFromPlistFile;
NSString *newString = [NSString stringWithFormat:stringFromPlistFile,
@"Hello"];
But that doesn't work...
What do you mean "doesn't work"? What *happens*?
Are you sure you're loading the plist file correctly? Are you sure
you're extracting stringFromPlistFile correctly from the plist (in
particular, is it nil)?
--Andy
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to arch...@mail-archive.com