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
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to