product version not working?
product version not working?
- Subject: product version not working?
- From: "Mike Chambers" <email@hidden>
- Date: Wed, 12 Dec 2001 16:30:46 -0500
I have the following simple AppleScript that simply displays the OS product
version:
tell application "Finder"
display dialog "-->" & (product version) & "<--"
end tell
however, it does not work, as (product version) always returns an empty
string.
does anyone see anything wrong with the script? I am running it on Mac OS X
(the first version, no upgrades yet).
thanks in advance...
mike c