I have the following code and as can be seen that in both the cases I'm using Section = A. But, is there a way to check both 1&2 in "When" so that to avoid more lines of code?
Evaluate INTERFACE
When "1"
SECTION = "A";
Break;
When "2"
SECTION = "A";
Break;
Any help is highly appreciated and please remember I'm still, learning. Thanks! :)