Owning Class: support
Requires: MathScript RT Module
c = input(a)
c = input(a, 's')
Requests user input.
| Name | Description |
|---|---|
| a | Specifies the message that requests user input. a is a string. |
| 's' | Specifies that the user input must be a string. |
| Name | Description |
|---|---|
| c | Returns the user input. If you specify 's', c is a string. Otherwise, c is a real scalar. |
The following table lists the support characteristics of this function.
| Supported in the LabVIEW Run-Time Engine | No (returns error or is ignored) |
| Supported on RT targets | Yes |
| Suitable for bounded execution times on RT | Not characterized |
A = '...waiting for input:'
C = input(A)