InputBox
Top  Previous  Next


Displays an input box where user can enter a string

Tip: use the MessageBox command to display a message.

InputBox (Prompt, Default)

Prompt
The text that prompts the user to enter input  

Default

String that appears in the input field when the input box first appears  

Example
SET test=InputBox (Please enter some text,Default)