Re: empty string, or: totally clearing the NSTextStorage
Re: empty string, or: totally clearing the NSTextStorage
- Subject: Re: empty string, or: totally clearing the NSTextStorage
- From: Andreas Mayer <email@hidden>
- Date: Thu, 17 Oct 2002 03:41:17 +0200
Am Mittwoch, 16.10.02 um 23:32 Uhr schrieb Arthur Clemens:
[[self textStorage] replaceCharactersInRange:NSMakeRange(0, length-1)
withString:@""];
Um. What about
[[self textStorage] replaceCharactersInRange:NSMakeRange(0, length)
withString:@""];
bye. Andreas.
_______________________________________________
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.