Re: Prepending to fixed length
Re: Prepending to fixed length
- Subject: Re: Prepending to fixed length
- From: Trygve Inda <email@hidden>
- Date: Wed, 19 Jul 2006 09:14:55 +0000
- Thread-topic: Prepending to fixed length
> On Tue, 18 Jul 2006 22:02:07 +0000, Trygve Inda <email@hidden>
> said:
>> aString = [NSString stringWithFormat:@"d", aSignedInt]; works. Many
>> thanks guys.
>>
>> Steep learning curve, but Cocoa is growing on this old Carbon guy.
>
> Actually, that one has remarkably little to do with Cocoa. Format strings
> like this are a feature of the C language. See K&R(2), p. 244. Cocoa adopts
> them with a few additions (but this isn't one). m.
I guess I was just looking for a NSString method... Forest and trees sort of
thing.
Trygve
_______________________________________________
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