Plugin.ScriptStepParameter
--------------------------

Queries script step parameter with given index.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Plugin](component_Plugin.md) | [7.2](newinversion72.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "Plugin.ScriptStepParameter"; Index ) 

**MBS**( **"Plugin.ScriptStepParameter";** /\* Queries script step parameter with given index. \*/  
**$Index**) /\* The zero based index of the parameter to query.  
Range from 0 to [Plugin.ScriptStepParameterCount](PluginScriptStepParameterCount.md)-1.e.g. 0 \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| Index | The zero based index of the parameter to query.   Range from 0 to [Plugin.ScriptStepParameterCount](PluginScriptStepParameterCount.md)-1. | 0 |

### Result

Returns value.

### Description

Queries script step parameter with given index.  
If index is out of range, we return empty result.  
### See also

- [Plugin.RegisterScriptStep](PluginRegisterScriptStep.md)
- [Plugin.ScriptStepParameterCount](PluginScriptStepParameterCount.md)

### Blog Entries

- [MBS FileMaker Plugin 15.3 News](https://www.mbsplugins.de/archive/2025-07-29/MBS_FileMaker_Plugin_153_News/monkeybreadsoftware_blog_filemaker)

This function is free to use.

Created 23th April 2017 , last changed 21st October 2017

  
[Plugin.RegisterScriptStep](PluginRegisterScriptStep.md) - [Plugin.ScriptStepParameterCount](PluginScriptStepParameterCount.md)

[HTML Version](PluginScriptStepParameter.shtml)