Re: " in a string (newbie)
Re: " in a string (newbie)
- Subject: Re: " in a string (newbie)
- From: Richard Chamberlain <email@hidden>
- Date: Wed, 6 Feb 2002 15:27:19 +0000
On Wednesday, February 6, 2002, at 02:56 PM, Peter Schols wrote:
How do you include " in a string
e.g.: aString = @"She said: "thanks for answering my question"! "
use back slashes:
aString=@"She said:\"thanks for answering my question\"!";
Richard
_______________________________________________
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.