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 / Count examples next >
Encoding:
Text File  |  1992-11-25  |  132 b   |  5 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     Record count in first window
  3.     Layout count in Database "Test1"
  4.     Cell count in last window
  5. end tell