Skip to main content
Known Participant
January 10, 2011
Question

Help Whith Text Selection

  • January 10, 2011
  • 1 reply
  • 318 views

Hi all

I need help whith something that shouldn´t be too difficoult but I simply cannot solve myself.

From the starting point of an insertionPoint, I need to be able to make a selection of the next character (this then will become a loop, untill I get the character I need, in order to change the selected text with library asset. I would do it whith find/change but, it would interfere with an other search that's taking place...

Thanx in advance for any help...

This topic has been closed for replies.

1 reply

January 12, 2011

From the starting point of an insertionPoint, I need to be able to make a selection of the next character

Is this what you want?

var myCharacter = myInsertionPoint.parent.characters[myInsertionPoint.index];