• 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
Putting a single " into an NSString or adding it to an NSMutableString?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Putting a single " into an NSString or adding it to an NSMutableString?


  • Subject: Putting a single " into an NSString or adding it to an NSMutableString?
  • From: Mark Ogilvie <email@hidden>
  • Date: Fri, 25 Apr 2003 11:02:28 -0400

I thought it would be easy to do, just put the single quote between two
other quotes, but it won't work.
So when I try to do this
[string appendString:@" " "]; I get an error, and when I try this
[string appendString:@"" " ""]; I still get an error, is there a way to
do this?

Thanks
Mark
I get the feeling I'm missing something obvious here.

http://members.ttlc.net/~mso/WebPage1.html
_______________________________________________
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.

  • Follow-Ups:
    • Re: Putting a single " into an NSString or adding it to an NSMutableString?
      • From: Christian Brunschen <email@hidden>
    • Re: Putting a single " into an NSString or adding it to an NSMutableString?
      • From: Chris Garaffa <email@hidden>
  • Prev by Date: RE: Embedded Database - SQLite
  • Next by Date: Re: Putting a single " into an NSString or adding it to an NSMutableString?
  • Previous by thread: CURLHandle sample code
  • Next by thread: Re: Putting a single " into an NSString or adding it to an NSMutableString?
  • Index(es):
    • Date
    • Thread