Hello,
I have question about use switch case
My code as below.
For each file in folder
switch 1
switch 2
switch 3
Message xxx
If I switch = 3 I don’t want show message xxx but want to next file,
Please guide me about it.
Hello,
I have question about use switch case
My code as below.
For each file in folder
switch 1
switch 2
switch 3
Message xxx
If I switch = 3 I don’t want show message xxx but want to next file,
Please guide me about it.
you can add a ‘if’ condition to execute / skip any statement
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.