Palm Desktop delete memos
Palm Desktop delete memos
- Subject: Palm Desktop delete memos
- From: Mirko Gude <email@hidden>
- Date: Sun, 16 Dec 2001 11:41:33 +0100
Hi,
I want to delete Palm Desktop memos with a Applescript.
tell application "Palm Desktop"
run
set allmemos to count of memo
repeat with i from 1 to allmemos
set theMemoTitel to title of memo i
if theMemoTitel = theTitle then
delete memo i
end if
end repeat
end tell
Unfortunately Palm Desktop does not understand the delete command. Has
anyone an idea?
Thanks and regards,
Mirko