Hi all,
I would like to write a command and bind it to a control key sequence. The command would note where the caret is and then scan forward and backward in the text for a set of matching quote characters. Then it would output the count of characters between the quote characters. Can anybody get me started on how I would accomplish this. I'm constantly having to count characters to see if my error messages will fit in the allotted database fields (just one example of why I want to do this).
Thanks!
-->Vince