Re: ASystem Info oddity
Re: ASystem Info oddity
- Subject: Re: ASystem Info oddity
- From: "Stockly, Ed" <email@hidden>
- Date: Wed, 10 Jun 2009 12:19:49 -0700
- Thread-topic: ASystem Info oddity
OK, yes, this is odd.
On my mac, if I type this into the script editor I get the error.
-----------
set myInfo to system info
return CPU type of myInfo
-----------
But, if I type this into script editor...
-----------
set myInfo to system info
return «property sict» of myInfo --chevrons
-----------
It compiles as:
-----------
set myInfo to system info
return CPU type of myInfo
-----------
And when I run it, it works.
If I edit or recompile, it fails.
Hmmm. So that's a workaround and should probably be reported as a bug.
ES
_______________________________________________
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