Re: Subject: Quotation marks
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.