Re: AppleScript: How to access note contents?

2007-05-23 Thread Jim Correia
On May 22, 2007, at 10:35 PM, Jim DeVona wrote: Can someone help me figure out how to access note text with AppleScript? Here is a contrived example of what I'm trying to do: tell application Yojimbo set _item to make new note item with properties {name:Foo, contents:Bar} set _text

Re: AppleScript: How to access note contents?

2007-05-23 Thread Jim DeVona
On 5/23/07, Jim Correia [EMAIL PROTECTED] wrote: ... To solution in this situation (when you've got a specifier stored in a variable) is to use the double contents of syntax: set s to contents of contents of variableName Jim On 5/23/07, Adrian [EMAIL PROTECTED] wrote: Yes, this one