Big Sur bugs

Kee Nethery kee.nethery at elloco.com
Sun Nov 15 14:47:59 EST 2020


Just to prevent bugs with earlier versions of macOS, please change:

  if item 1 of tVersion>10 or item 2 of tVersion>15 then

to:

  if (item 1 of tVersion=10 and item 2 of tVersion>15) or (item 1 of tVersion>10) then

Kee Nethery

> On Nov 15, 2020, at 9:51 AM, Marty Knapp via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
>   if item 1 of tVersion>10 or item 2 of tVersion>15 then





More information about the use-livecode mailing list