platform() = MacOS (9 with ascii(13) or X with ascii(10))?

Ken Ray kray at sonsothunder.com
Sat Aug 31 13:13:00 EDT 2002


Ah... NOW I understand. I thought you were trying to run Rev in System 6...
:-)

Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/

----- Original Message -----
From: "Rob Cozens" <rcozens at pon.net>
To: <use-revolution at lists.runrev.com>
Sent: Saturday, August 31, 2002 11:45 AM
Subject: Re: platform() = MacOS (9 with ascii(13) or X with ascii(10))?


> >  > "if char 1 of systemVersion() < 7",
> >
> >If Rev doesn't run on systems < 7, how can you get the code above to even
> >run?
>
> Hi Ken,
>
> Precisely because Rev doesn't run on systems < 7, if the first
> character of systemVersion() < 7 then OS X or higher is running:
>
> function notClassicMac -- after testing platform is Mac
>     return (char 1 of systemVersion() < 7)
> end notClassicMac
> --
>
> Rob Cozens
> CCW, Serendipity Software Company
> http://www.oenolog.com/who.htm
>
> "And I, which was two fooles, do so grow three;
> Who are a little wise, the best fooles bee."
>
> from "The Triple Foole" by John Donne (1572-1631)
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>




More information about the use-livecode mailing list