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
Shell.SetArguments
Sets list of arguments to parameters of this functions.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Shell | 7.5 | Yes | Yes | Yes | Yes | No |
MBS( "Shell.SetArguments"; ShellRef { ; Arguments } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| ShellRef | The reference number from the shell. | $shell | |
| Arguments | The first argument. Please pass one parameter per argument to set. |
Optional |
Result
Returns OK or error.
Description
Sets list of arguments to parameters of this functions.Pass as many arguments as needed.
This arguments define the list of arguments passed first on each call to Shell.Execute.
Examples
Pass three arguments
MBS( "Shell.SetArguments"; $shell; "-v"; "-l"; "/Users/cs")
See also
- Shell.AddArgument
- Shell.ClearArguments
- Shell.Execute
- Shell.GetArgument
- Shell.GetArguments
- Shell.SetArgumentsList
Created 11st November 2017, last changed 16th November 2017
Shell.SetApplicationName - Shell.SetArgumentsList
Feedback: Report problem or ask question.
Links
MBS Xojo tutorial videos