Re: OS version?
Re: OS version?
- Subject: Re: OS version?
- From: Deivy Petrescu <email@hidden>
- Date: Wed, 14 May 2003 14:03:52 -0400
On Wednesday, May 14, 2003, at 12:58 US/Eastern, Emmanuel wrote:
>
How do I get the version (10.2.6) of my OS?
>
>
Finder's version returns "10.2.1", and Finder's product version
>
returns "".
>
>
TIA,
>
Emmanuel
Emmanuel,
I think you mean this:
get system attribute "sysv"
This returns the system version interpreted in hexadecimal in decimal.
The precedence is hexadecimal, whereas in school we all learn decimal
:)
Actually for 10.2.6 (or 1026) it returns 4134, which the number 1026
written in hexadecimal translated to decimal.
Regards
Deivy Petrescu
http://www.dicas.com/
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >OS version? (From: Emmanuel <email@hidden>) |