getting U3 serial number on Mac OS X

FlexibleLearning at aol.com FlexibleLearning at aol.com
Mon Dec 18 08:24:11 EST 2006


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  




More information about the use-livecode mailing list