Syntax
| InputBox[$](Prompt$[, Title$][, Default$][, XPos, YPos])
| ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Display an input box where the user can enter a line of text. Pressing the OK button returns the string entered. Pressing the Cancel button returns a null string.
| ||||||||||||
See Also
| |||||||||||||
Example
|
|