printf with "%@"
printf with "%@"
- Subject: printf with "%@"
- From: Roland Silver <email@hidden>
- Date: Fri, 11 Aug 2006 09:55:14 -0600
Dear list,
Is there a function/method available in the Cocoa API that's like
printf, except for
allowing "%@" usage:
printf("%u %@ in a row\n", 5, @"foos");
or (more likely)
printf(@"%u %@ in a row\n", 5, @"foos");
--Roland Silver <email@hidden>
_______________________________________________
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