• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Palm Desktop delete memos
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: PDF convert
  • Next by Date: Screen and resolution
  • Previous by thread: PDF convert
  • Next by thread: Screen and resolution
  • Index(es):
    • Date
    • Thread