RE: product version not working?
RE: product version not working?
- Subject: RE: product version not working?
- From: <email@hidden>
- Date: Thu, 13 Dec 2001 17:36:16 -0600
If you're running it from an Editor throw in an "activate" if you want the
Finder to come to the front. Or you will see just the bouncing face on the
dock....
tell application "Finder"
activate
display dialog (version) as string
end tell
--> 10.1.1
-----Original Message-----