Re: Text Storage
Re: Text Storage
- Subject: Re: Text Storage
- From: Nico <email@hidden>
- Date: Sat, 10 Aug 2002 10:39:46 +0200
On 10/08/02 1:35, "Scott Anguish" <email@hidden> wrote:
>
theRange=[[myTextStorage string] rangeOfString:@"\n"];
>
[myTextStorage deleteCharactersInRange: theRange];
I've just tried this, I seems that this code only deletes the first \n
character he finds in the textSotage, and not the line before it.
Nico
_______________________________________________
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.