Re: Carriage Return
Re: Carriage Return
- Subject: Re: Carriage Return
- From: Finlay Dobbie <email@hidden>
- Date: Wed, 12 Mar 2003 22:01:43 +0000
On Wednesday, March 12, 2003, at 08:47 pm, Toon Van Acker wrote:
How do I create a string containing a carriage return?
NSString *string = @"foo\nbar";
Or \r if you actually want a carriage return.
-- Finlay
_______________________________________________
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.