Hi,
I found a helpful solution to using arrow keys to move through a grid of text fields....
(last post)
But now I need to account for the situation where certain fields are either disabled or non-existant. How would I modify that script to check the disabled propety of the nextRow/nextCol... and then skip to the next row after that if it is indeed disabled?
Bonus: How do I check if the cursor is at the end or start of a string before exucuting the script?
I found a helpful solution to using arrow keys to move through a grid of text fields....
(last post)
But now I need to account for the situation where certain fields are either disabled or non-existant. How would I modify that script to check the disabled propety of the nextRow/nextCol... and then skip to the next row after that if it is indeed disabled?
Bonus: How do I check if the cursor is at the end or start of a string before exucuting the script?