#10039
Stefan
Participant

VBScript “InputBox()” is missing

but there is no EmEditor help entry
pointing to the alternative “Prompt()” command

like there is one for the missing “MsgBox()” function to alert().

May i ask to add such an cross reference to make it
more easy to find the InputBox alternative Prompt() ?

2.)
also i want to suggest an third prompt() parameter.

As addition to
strMessage
strDefault

i want to ask for
strTitle

like the VBS inputbox() have:

strAnswer = prompt( strMessage, strTitle, strDefault )

Thank you.