Re: XML - System Events vs XMLlib
Re: XML - System Events vs XMLlib
- Subject: Re: XML - System Events vs XMLlib
- From: Philip Aker <email@hidden>
- Date: Fri, 31 Aug 2007 06:21:46 -0700
On 2007-08-30, at 08:47:52, has wrote:
[...]
This appears to do what you want, caveat that the lack of official System Events documentation means that I've no idea if this is officially supported behaviour or not:
That solution will only provide happiness under certain conditions. I think I can illustrate with:
set r1 to {Matthew:"Matthew", Mark:"Mark"} set r2 to run script "{Luke:\"Luke\", John:\"John\"}" {r1, r2} --> {{Matthew:"Matthew", Mark:"Mark"}, {luke:"Luke", john:"John"}}
Seems that if a key is not in ([a-z][a-z_]+) it is altered (same restrictions handler names).
Philip Aker
|
_______________________________________________
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