ID:174426
 
Im working on a typing program for my Aunt. Everything is going fine, with one exception. I need to know if there is anyway to time inputs. So for example :


var/text = input("Type blah") as text|null

Is there a way to time this, so say after 30 seconds it cuts out the input box?

Im open to help on what I asked, or suggestions to fix this either way.

All help appriciated.

James
In response to Crispy
Exactly what I needed, thanks.