This information was provided by Claris Corporation on 16 March 1998, and incorporated into Apple Computer's Tech Info Library.
It is important to use the syntax detailed by the dictionary in order to use AppleScript with the chosen application. For example; FileMaker Pro can count the number of objects in any given class (such as scripts) and return that number to AppleScript. So if we want to get this number we might be tempted to create an AppleScript like this
"Count the number of scripts of document 1".
In essence this is correct. however, executing this script would return an error because it does not follow the syntax set forth in the dictionary. The correct statement is:
"Count the number of FileMaker Script of document 1".
Notice that the statement says "FileMaker Script" and is singular. Semantical differences like this are important and, if paid attention to, will make the learning process of scripting Claris Applications much easier.
It is also important to recognize that AppleScript is a powerful tool. Using its ability to create dictionaries will greatly speed up the learning process of using it with Claris Applications.
This article provides information about a non-Apple product. Apple Computer, Inc. is not responsible for its content. Please contact the vendor for additional information.
The Tech Info Library article titled "Locating Vendor Information" can help you search for a particular vendor's address and phone number.