The position of a typed character.
Posted: Sat Apr 30, 2016 11:39 pm
Hi. Is there any function to find the position (chunk) of a character in a string as you type ?.
For example, if I click anywhere in the text of a field (not necessarily at the end, which would be easy) and write 'HOUSE', I would like to know the chunk of all the characters H-O-U-S-E as they are entered.
As far as I know, functions as clickCharChunk or selectedChunk report only on the first character (where the click, the H in the example) but not on others.
Thank you very much in advance.
For example, if I click anywhere in the text of a field (not necessarily at the end, which would be easy) and write 'HOUSE', I would like to know the chunk of all the characters H-O-U-S-E as they are entered.
As far as I know, functions as clickCharChunk or selectedChunk report only on the first character (where the click, the H in the example) but not on others.
Thank you very much in advance.