Putting a single " into an NSString or adding it to an NSMutableString?
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.