Thanks Hugh - good catch! Thanks for the very gracious reference to my oversight
as a "syntax error". :o)
Phil
[EMAIL PROTECTED] wrote:
Nice piece of work, Phil. Small syntax error...
case "MacOS"
set the itemDelimiter to "."
if the systemVersion < 10 then return empty -- system is not OS X
should be...
case "MacOS"
set the itemDelimiter to "."
if item 1 of the systemVersion < 10 then return empty -- system is not OS X
/H
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution