Python.SetInput
---------------

Sets the input values to use.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Python](component_Python.md) | [14.3](newinversion143.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "Python.SetInput"; Input ) 

**MBS**( **"Python.SetInput";** /\* Sets the input values to use. \*/  
**$Input**) /\* A list of values to return.  
Each call to input() function returns one line.e.g. "Hello" \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| Input | A list of values to return.   Each call to input() function returns one line. | "Hello" |

### Result

Returns OK or error.

### Description

Sets the input values to use.  
### See also

- [Python.SetValue](PythonSetValue.md)

### Example Databases

- [Python](https://www.mbsplugins.eu/MBS-FileMaker-Plugin-Examples/Python.shtml#6ScriptAnchor_)

This function is free to use.

Created 6th June 2024 , last changed 6th June 2024

  
[Python.RunFile](PythonRunFile.md) - [Python.SetProgramName](PythonSetProgramName.md)

[HTML Version](PythonSetInput.shtml)