InputBox()
Displays a modal
window used for input Of a single string
Syntax:
InputBox ( cInputPrompt
[, cWindowTitle] [, cDefaultValue]
[, nTimeout , cTimeoutValue]
[, lMultiLine ] [, nWidth ]
)
* New optional nWidth
parameter, responsable to fix window width size.