getting U3 serial number on Mac OS X

Phil Davis revdev at pdslabs.net
Mon Dec 18 13:04:04 EST 2006


Thanks Hugh - good catch! Thanks for the very gracious reference to my oversight 
as a "syntax error". :o)

Phil


FlexibleLearning at aol.com 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



More information about the use-livecode mailing list