AppCtrlScript

MAY Computer

Help

INPUT

Applies to  

AppCtrlScript (Module: wmACScr1.dll)

Group  

Other

See also  

ASKYESNO, ASKNOYES, CHOOSEITEMFROMLIST

Displays a message box to the user with the specified text and let the user input a text value. The value is stored in the specified script variable.

Syntax

INPUT <VariableName>, <MessageText>[, <Title>][, <DefaultValue>]

Part

Description

<VariableName> Script variable name where to store the value entered by the user.
<MessageText> Question text to display.
<Title> Title of the message box.
<DefaultValue> Default value the input textbox is prefilled with.