Notifications
Clear all
[Closed] insert text into text string
Aug 24, 2006 6:12 am
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
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…