autotechno Posted November 4, 2020 Posted November 4, 2020 I'd like run a script where it will ask the user for input (via something like an input dialog) but I'd like it to time out after x seconds using a default value. Is this possible?
autotechno Posted November 4, 2020 Author Posted November 4, 2020 Ah okay, that's what I was using already (without realising it had a timeout feature). I'll take a look at the timeout as that should do the job 😄
JuanFelipe Posted November 4, 2020 Posted November 4, 2020 Local $sAnswer = InputBox("Question", "Where were you born?", "Planet Earth", "", _ - 1, -1, 0, 0, 5) The last parameter is the timeout.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now