AppleScript名:considering numeric strings |
set aVer to "10.10.1" set bVer to "10.9.5" –OS X 10.4で導入されたconsidering numeric strings considering numeric strings if aVer > bVer then display dialog "Yosemite is newer than Mavericks" else display dialog "Whoa!" end if end considering if aVer > bVer then display dialog "Yosemite is newer than Mavericks" else display dialog "Whoa!" end if |
More from my site
(Visited 38 times, 1 visits today)