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@lists.runrev.com> wrote:
> 
>   if item 1 of tVersion>10 or item 2 of tVersion>15 then


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to