B
Bob
I programmatically select a range which is then deleted.
New text or a hyperlink is then inserted, but it runs onto
the text that followed the range. The space between the
words has gone. How can I get the space back?
I tried altering the range end to be range.end - 1 but
that left a character behind when deleting.
New text or a hyperlink is then inserted, but it runs onto
the text that followed the range. The space between the
words has gone. How can I get the space back?
I tried altering the range end to be range.end - 1 but
that left a character behind when deleting.