• 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: Subject: Quotation marks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Subject: Quotation marks


  • Subject: Re: Subject: Quotation marks
  • From: David Webster <email@hidden>
  • Date: Sun, 14 Dec 2003 14:35:50 +0000

> I'm stuck with this tiny little problem: how to make an NSString which
> contains even quotation marks?
> For example the string is "www.quote.org" (quotation included).
> How to do this into XCode?
> Many thanks.
>
> --
> Sanri Parov
>

NSString *s = [NSString
stringWithFormat:@"\"%@\"",@"www.quote.org"];
NSLog(s);
_______________________________________________
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.

  • Prev by Date: Re: [BUG?] NSOutlineView's -rowForItem does *not* work
  • Next by Date: Re: lines in bezierpath look fuzzy
  • Previous by thread: Re: Quotation marks
  • Next by thread: State of NSTextField focus ring removal?
  • Index(es):
    • Date
    • Thread