Re: Int to NSString
Re: Int to NSString
- Subject: Re: Int to NSString
- From: Sherm Pendley <email@hidden>
- Date: Thu, 2 May 2002 22:02:30 -0400
On Thursday, May 2, 2002, at 09:46 PM, Ben Mackin wrote:
Then I am trying to do this:
logString = [ fileNameString stringByAppendingString:[mergeArray
count]];
Try this:
logString = [NSString stringWithFormat: @"%@%d", fileNameString,
[mergeArray count]];
sherm--
Never put off until tomorrow what you can do today. There might be a law
against it by that time.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.