home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C++ / Applications / Lookup 1.0d2 / Example Script next >
Encoding:
Text File  |  1995-10-22  |  374 b   |  9 lines  |  [TEXT/ToyS]

  1. tell application "Lookup68K_d"
  2.     activate
  3.     set theDoc to make new document
  4.     make new entry at end of theDoc with properties {name:"Future"}
  5.     make new entry at end of theDoc with properties {name:"Sound"}
  6.     make new entry at end of theDoc with properties {name:"Of"}
  7.     make new entry at end of theDoc with properties {name:"London"}
  8.     name of entry 1 through 3 of theDoc
  9. end tell