Perform AppleScript (OS X)Perform AppleScript [“<applescript text>”]
• Calculated AppleScript specifies a calculation to use as the AppleScript text.
• Native AppleScript is the text of an AppleScript (up to 30000 characters). Indenting of repeat loops and conditional statements is not supported.
Note Because AppleScript is an OS X feature, if you run a script containing a Perform AppleScript script step on a Windows computer, the script step is ignored. (An error code is generated, which can be captured with the Get(LastError) function.)
• FileMaker Pro can use the Perform AppleScript script step to send Apple events to itself or to FileMaker Pro software running on other machines.