> > How does the OS X string look like, and more interesting Tigers? > > dunno about tiger, but for 10.3: > > put (the environment).platform > -- "Macintosh,PowerPC" > put (the environment).osVersion > -- "Macintosh OS 10.3.8"
And as might be expected it's a simple extension to how it appears on Tiger (seeing as that's currently slated to be version 10.4): put _system.environmentPropList.platform -- "Macintosh,PowerPC" put _system.environmentPropList.osVersion -- "Macintosh OS 10.4.0" DMX'04 10.1.0r11 on a pre-relase version of OS10.4, aka "Tiger". Cheers, Tom Higgins - Technical Product Manager Macromedia Director and the Shockwave Player http://www.markme.com/thiggins/ [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
