Re: Another AppleScript-ObjC Dictionary question

2016-03-15 Thread Dave
I meant to post to the AS list but I suppose it applies to both, I found it shortly after I posted - allKeys() = note the brackets! Thanks Dave > On 15 Mar 2016, at 15:47, Dave wrote: > > Hi Again, > > How do I pass an NSDictionary that is returned from an ApplesScript handler > to anothe

Another AppleScript-ObjC Dictionary question

2016-03-15 Thread Dave
Hi Again, How do I pass an NSDictionary that is returned from an ApplesScript handler to another handler? I get an error in setWordStandardDocumentDictionary running this code: set myDocumentID to (theStandardDocumentDictionary's objectForKey:"kDocumentID") set myStandardProper