ID:2265304
 
Resolved
Applies to:
Status: Resolved

This issue has been 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?
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?
My bad, got confused while browsing a library, you can delete this thread.
Lummox JR resolved issue