Thank you, Alex. That’s just what I need!
Roger
> On Sep 11, 2020, at 4:58 PM, Alex Tweedly via use-livecode
> wrote:
>
> You can save the insertion point (i.e. the selectedchunk) when you leave the
> second field, and then provide a handler to insert text at that saved point;
> and of cours
You can save the insertion point (i.e. the selectedchunk) when you leave
the second field, and then provide a handler to insert text at that
saved point; and of course call that handler when needed
e.g. in your "second field, have
local sChunk
on exitfield
put the selectedchunk into sChu