ID:2265304
Jul 3 2017, 7:59 am
|
|||||||
Resolved
| |||||||
You can stack multiple switch procs, calling many that will show up when the previous is done. Shouldn't this also happen with input and alert?
|
Jul 3 2017, 9:31 am
|
|
What you're saying doesn't make sense. switch() is just a flow control statement like for() or while(). Like any other statement it operates sequentially. input() and alert() are procs that pause the current proc while they wait for a response from a client. What are you asking for, exactly?
|