Record id of an item in Palm Desktop
Record id of an item in Palm Desktop
- Subject: Record id of an item in Palm Desktop
- From: lee hinde <email@hidden>
- Date: Wed, 10 Apr 2002 23:17:40 -0700
Following up on a discussion from earlier this week, I'm trying the
following:
tell application "Palm Desktop"
activate
set memoid to make new memo with data {body:"some text", title:"new
title"}
set todoid to make new to do with data {title:"test", reminder:1}
attach memo of memoid to to do of todoid
end tell
And I get an error at the last line. I've also tried:
attach memo id of memoid to to do id of todoid
What is the proper syntax?
Thanks.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.