On 1/29/26 7:58 AM, David Plass wrote:
Yeah, you're right:

j for left
l for right (lower case L)

And ? for "What was I thinking?"

To be honest, 'j' works better because it is the natural location where you finger is anyway.  And also using 'j' you could shorten the direction calculation to:

D=ASC(A$)-107

which is 6 characters shorter than:

D=(A$="j")-(A$="l")

Ken

Reply via email to