home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / Apple Script / FileMaker & AppleScript / Syntax Examples / Do Script examples < prev    next >
Encoding:
Text File  |  1992-11-25  |  107 b   |  4 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     Do Script first FileMaker Script
  3.     Do Script FileMaker Script "a"
  4. end tell