INPUTBOX Function
Use: | Displays a custom window to gather input from the user. The input box may include a picklist of available options. |
Syntax: |
|
Arguments: |
|
Returns: | A string value from the input box |
Example 1: | Result: An input box opens. The value entered is entered into the txt_field. Text input is limited to 100 characters. |
Example 2: | Result: An input box openss with picklist values from the @colors array. The value entered or selected from the picklist goes into the txt_field. |