Re: NSDictionary simulation
Re: NSDictionary simulation
- Subject: Re: NSDictionary simulation
- From: Luther Fuller <email@hidden>
- Date: Thu, 19 Jan 2006 16:31:38 -0600
Is there any way to do this with System Events instead of PList Suite?
And a related question.
Many shell commands have the option to return results as XML [-xml].
Trouble is ... it's text. I've been meaning to look into converting
this into a plist record with System Events, if possible, and without
writing, then reading a file. But I've been doing other things. Has
anyone tried something like this?
At 4:24 PM -0500 1/18/06, email@hidden wrote:
can a list of property names be obtained from a variable of class record?
can the property name of a variable of class record be accessed via
a variable of class string?
does anyone know how to use class record to store an actual varying
dictionary of unknown keys?
Maybe you're wanting to use the PList Suite in XMLLib.osax, check:
<http://www.satimage-software.com/en/plist_suite.html>
Here's an example:
set p to PlistNew {a:1}
PlistGetXML p
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden