CANCEL_WAIT question
Pan AVCO
Posts: 13
Hello all, I'm new to the forums as well as to the programming world. I've only completed my programmer 1 class a few months ago, and I'm now working on my 3rd real world project. I have a question about the CANCEL_WAIT command. Can I use that command to cancel more than one named WAIT ? or would I have to write out each one ?
CANCEL_WAIT 'Movie 1'
CANCEL_WAIT 'Movie 2'
CANCEL_WAIT 'Movie 3'
Is there a way to write it all in one line ? any help would be appreciated, thanks !
CANCEL_WAIT 'Movie 1'
CANCEL_WAIT 'Movie 2'
CANCEL_WAIT 'Movie 3'
Is there a way to write it all in one line ? any help would be appreciated, thanks !
0
Comments
I assume that's not really what you mean so the answer is no.
Kevin D.
Haha, ok, thanks guys.