ON 20090115@10:02:16 AM at page:
http://www.sxlist.com/language/html/ib/Scripting_Reference/trange.htm#39828.3160648148
James Newton[JMN-EFP-786] published post 39828.3160648148
I am loking for doumentation/info on what happens when you assign different text to a textRange.
var tr --is textrange
tr.select() --highlights textrange
tr.text = "abc" --replaces text in textrange with 'abc'
tr.select() --DOES NOT HIGHLIGHT 'abc'
in fact after i make an assignment with .text tr becomes an empty range: tr.text =>'', tr.text.length => 0
what is it about .text that I am misunderstanding?
|Delete 'P-' before: '' but after: '