All functions Mac OS X Windows Crossplatform Components New in version: 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 2.0
Component: Applescript
Mac OS X: Works
Windows: Does nothing
MBS( "Applescript.Execute" ; Script ID )
Parameter | Description | Example value |
---|---|---|
Script ID | The Id of the script you want to execute. This ID returned by the Applescript.Compile function. | 1 |
Executes an AppleScript that was previously compiled using the AppleScript.Compile function. AppleScripts can return a result to the object that called them. This is similar to the Script Results that were introduced in FileMaker 8.0.
Execute a stored Applescript
MBS( "Applescript.Execute" ; $ScriptID)
Feedback: Report problem or ask question.