Re: records and property records
Re: records and property records
- Subject: Re: records and property records
- From: Axel Luttgens <email@hidden>
- Date: Thu, 8 Apr 2010 17:25:53 +0200
Le 8 avr. 2010 à 16:02:03, Luther Fuller a écrit :
> [...]
>
> There seems to be an important difference between 'records' (constructed in a script) and 'property records' (obtained from other sources, such as the Finder or StandardAdditions).
>
> Does anyone know what this difference is? ... and why?
Hello Luther,
Looks like Yvan already said something in the same vein, but let's go anyway... ;-)
Considering:
set SystInfo to {AppleScript version:"2.1.2", AppleScript Studio version:"1.5.1"}
it appears that AppleScript version and AppleScript Studio version in fact are keywords (with codes 'siav' and 'sikv' respectively).
The question being thus: may keywords be considered as valid keys for building a property list? Or: how should a keyword be represented as an UTF-8 string?
To avoid any ambiguity, one would thus need something like this:
set SystInfo to {|AppleScript version|:"2.1.2", |AppleScript Studio version|:"1.5.1"}
HTH,
Axel
_______________________________________________
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