Re: Getting the labels of a record
Re: Getting the labels of a record
- Subject: Re: Getting the labels of a record
- From: Jon Pugh <email@hidden>
- Date: Wed, 16 Apr 2003 10:58:02 -0700
At 2:00 PM +0100 4/16/03, John Delacour wrote:
>
At 12:42 pm +0200 16/4/03, Emmanuel wrote:
>
>
>Good morning, Kai!
>
>
>
>------------------------------
>
>set r to {name:"mice elf"}
>
>------------------------------
>
>
>
>getkeys from r
>
> --> {}
>
>
>
>boo-hoo ...
>
>
Same with mine. This 'name' thing is getting beyond a joke. It's a worse script-breaker than 'file' it seems.
You realize the issue, don't you?
Keys which are in the aeut or an aete are stored as the 4 character constant, while undefined terms are stored as strings in the usrf record. Your technique was to parse the usrf record, which doesn't contain things like name, file, parent and other AppleScript terms.
I think Paul's idea is more sensible, but I'm not holding my breath. ;)
Jon
_______________________________________________
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.