| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Other |
|
See also |
ASKYESNO, ASKNOYES, INPUT |
Displays a dialog with a list of items to the user and let the user choose one. The value is stored in the specified script variable.
INPUT <VariableName>, <ValueList>[, <Title>][, <PreSelect>]
|
Part |
Description | |
| <VariableName> | Script variable name where to store the value chosen by the user. | |
| <ValueList> | Value list
string of the following
format: <Key/ID/ShortName>|<Description>|<AdditionalInfo> List items must be separated by Chr(13) and Chr(10). | |
| <Title> | Title of the message box. | |
| <DefaultValue> | Default value the input textbox is prefilled with. | |
|
| ||