• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: empty string, or: totally clearing the NSTextStorage
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: empty string, or: totally clearing the NSTextStorage


  • Subject: Re: empty string, or: totally clearing the NSTextStorage
  • From: Douglas Davidson <email@hidden>
  • Date: Wed, 16 Oct 2002 18:13:08 -0700

On Wednesday, October 16, 2002, at 02:32 PM, Arthur Clemens wrote:

I have a peculiar problem: I want to clear my textStorage, but I don't
succeed in clearing it totally - there remains
an empty newline, using this code:
(in my textView)
unsigned length = [[self textStorage] length];
[[self textStorage] replaceCharactersInRange:NSMakeRange(0, length-1)
withString:@""];

Er...why length-1?

Douglas Davidson
_______________________________________________
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.

References: 
 >empty string, or: totally clearing the NSTextStorage (From: Arthur Clemens <email@hidden>)

  • Prev by Date: Unknown Console Error Message
  • Next by Date: Re: empty string, or: totally clearing the NSTextStorage
  • Previous by thread: empty string, or: totally clearing the NSTextStorage
  • Next by thread: Re: empty string, or: totally clearing the NSTextStorage
  • Index(es):
    • Date
    • Thread