I'm really stuck trying to insert a hyperlink into a field at the current cursor position.
I use the following code to insert the text in the field:
Code: Select all
put "Link Title" after the selectedChunk
My questions are:
1. Is there a simple way to set the textStyle of the previously inserted text?
2. Is there a "debugger safe" way to get the selectedChunk? (put "Link Title" after the selectedChunk of field "xyz" doesn't work)
Any help is really appreciated.
Jochen