Brilliant - thanks Ken! On Thu, Jan 29, 2026 at 11:43 AM Kenneth Pettit <[email protected]> wrote:
> 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 >
