Re: What System?
Re: What System?
- Subject: Re: What System?
- From: "koenig.yvan" <email@hidden>
- Date: Wed, 24 Aug 2011 23:55:13 +0200
I don't remember the sysv values returned for 10.4.10 and 10.4.11 but knowing them it would easy to get rid of these two odd cases.
set maybe to system attribute "sysv"
if maybe = system_10410_value then
return "10.4.10"
else if maybe = system_10411_value then
return "10.4.11"
else
-- here the standard treatment
end if
Yvan KOENIG (VALLAURIS, France) mercredi 24 août 2011 23:54:58
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden