sivakarthik
6 years agoContributor
BuiltIn.InputBox Method
Hello Comunity memmbers,
I have a question regarding the BuiltIn.Input Method, is there a way to set to the input method the default value after certain time duration in the script
for e.g.
BuiltIn.InputBox("'0': Abort and '1': Option Menu", "Enter a value:", "1")
No. The Built-In input box basically halts the run until user input is performed.