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 to contents of _item
end tell
I'd like to assign the "Bar" contents to the _text variable, but it
just gets another reference to the note item. I don't actually need to
put it all in a variable; I'm just trying to access the text so that I
can do 'set first word to "hello"' type manipulations.
Thanks,
Jim
--
------------------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list <[email protected]>.
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives: <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>