home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Apple Script / scripts / FileMaker & AppleScript / Syntax Examples / Delete examples < prev    next >
Encoding:
Text File  |  1992-11-25  |  97 b   |  4 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     Delete Record 1
  3.     Delete Menu Item 1 of Menu "external"
  4. end tell