Code: Select all
on keyup
put lower(me) into me
select after text of me
end keyup
That Select command there, is nice, that you can place the cursor before or after or anywhere in the text.
But how to I query the text field to find out what position in the text, the cursor is currently at?