limiar40 b wrote:
>
> hi list!!!
>
> Haw can i burn a hybrid cd, to work in PC's and Mac's
> i write this script to check the platform.
>
> on checkMachine
> if the platform contains "windows,32" then
> set gQualpath = the pathname & "data\"
> --pc
> else
> set gQualpath = the pathname & "data:"
> --mac
> end if
> end
you could do this:
on checkMachine
set gQualpath = the pathname & "data" & the last char of the pathname
end
--
Carl West [EMAIL PROTECTED]
617.262.8830 x246
I have no superfluous leisure; my stay must be
stolen out of other affairs; but I will attend you awhile.
- Isabella, Measure for Measure, Act 3 Scene 1
[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!]