View Single Post
  #4  
Old 12-21-2001, 01:05 AM
joseyisleet joseyisleet is offline
Registered User
Join Date: Aug 2001
Posts: 378
joseyisleet is on a distinguished road
Ok, I don't know if this will work or not, but try something like this.

this.text = <yourtexthere>
this.text.SelStart = Len(this.text)
this.text.SelLength = 0

I wrote that in VB. I haven't tried it yet, but it may work. No clue.

Or try

this.text = Len(this.text)

I don't know if that'll work either, but you can try.
__________________
Account used by Josey and Howard.
Ali G: 'Is it cause i Black?'
Reply With Quote