Community Tip - You can change your system assigned username to something more personal in your community settings. X
I am trying to find a way to capture the character immediately to the left of the cursor from within one of my ACL functions. For example, let's assume that my | character is the cursor and I have this text "The fox is furry and red"
If my cursor is positioned like so: "The fox is| furry and red" then I should get the character 's' which is immediately to the left of my cursor shown above.
There is a command called attribute (or just att) that returns a bunch of information, but how do I get the single character shown in the return of that att command? It seems that it can only be used on the command line, but I need to find a way to do this in my ACL script.
Any help would be greatly appreciated because the ACL reference is not clear on how to use this command. Also, perhaps there's a BETTER way (i.e. another ACL function) to get the character as described above. Either way, please have a look and let me know your thoughts on it.
- Giorgio