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