Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
ScriptWorkspace.OpenScript
Opens a script by name.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| ScriptWorkspace | 7.4 | Yes | No | No | No | No |
MBS( "ScriptWorkspace.OpenScript"; ScriptName ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| ScriptName | The name of the script to select. Must be visible in the left list of scripts in script workspace. |
"Test" |
Result
Returns OK or error.
Description
Opens a script by name.The script list does not need to be visible.
Examples
Open a script in a second:
Set Variable [ $r ; Value: MBS( "Schedule.EvaluateAfterDelay"; 1; "MBS( \"ScriptWorkspace.OpenScript\"; \"Test Script\" )" ) ]
See also
Created 13th August 2017, last changed 8th October 2019
ScriptWorkspace.LineCount - ScriptWorkspace.ScriptNames
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins