• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Int to NSString
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.
References: 
 >Int to NSString (From: Ben Mackin <email@hidden>)

  • Prev by Date: Int to NSString
  • Next by Date: Re: Int to NSString
  • Previous by thread: Int to NSString
  • Next by thread: Re: Int to NSString
  • Index(es):
    • Date
    • Thread