Re: printf with "%@"
Re: printf with "%@"
- Subject: Re: printf with "%@"
- From: Andrew Farmer <email@hidden>
- Date: Fri, 11 Aug 2006 15:28:31 -0700
On 11 Aug 06, at 08:55, Roland Silver wrote:
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");
Straightforward answer: No. The printf function is part of libc, not
Objective-C, and libc doesn't define a %@ sequence.
Attachment:
PGP.sig
Description: This is a digitally signed message part
_______________________________________________
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