At 12:39 PM +0000 3/7/01, Karina Steffens wrote:
>  > somethig isn't right here
>>  I wrote
>>  if the platform contains "Macintosh, powerpc" then
>>  myscript
>>  else
>>  myspript2
>>  end if
>
>if the platform contains "win"
>
>and
>
>if the platform contains "mac"
>
>are more then enough, and have always worked for me. That's why you'd use
>"contains" and not "=" in the first place...
>

And yet another approach:

   if the last char of the moviePath = ":"
       -- Mac
   else
       -- PC
   end if
-- 
Lingo / Director / Shockwave development for all occasions.

        (Over two millions lines of Lingo code served!)

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]

Reply via email to