Notifications
Clear all

[Closed] insert text into text string

Is there a way to find the current position in an editext string? I want to have text imported into edittext string where cursor is located.

1 Reply
1 Reply
(@bobo)
Joined: 1 year ago

Posts: 0

AFAIK, there isn’t a direct way.
Of course, if you were typing in the edittext box, using the on … changed txt do () event handler and comparing the txt argument between two calls would give you a hint where in the text your cursor is at the moment. But without entering anything, it would be tricky to tell…