25.12.2018, 18:40
The shadowing is probably just a warning that results of your actual error.
That error tells you pretty clearly what you did wrong - you placed multiple statements after a case label.
You need to use brackets {} after a case if you want to place multiple statements into it.
That error tells you pretty clearly what you did wrong - you placed multiple statements after a case label.
Quote:
error 002: only a single statement (or expression) can follow each "case" |