Input (FPScript)
21.09.2021
Opens a dialog box for entering an expression.
Syntax
Input(Title)
The syntax of the Input function consists of the following parts:
Part |
Description |
---|---|
Title |
String with a title for the dialog box. Permitted data structures are scalar value. Supported data types are string. |
Remarks
The input is interpreted as an FPScript expression and the result is returned.
If an argument is a list, then the first element in the list is taken. If this is also a list, then the process is repeated.
Note Since the entry is interpreted as an FPScript expression, you must always use a period as decimal symbol when entering floating point values.
Available in
FlexPro Basic, Professional, Developer Suite
Examples
Input("Please enter value") |
Opens a dialog box with the title "Please enter value". |