I have a very simple question. Can I create an alias for two input pins say:

Switch.0 VAR PortA.0
Switch.1 VAR PortA.1

And then use Switch with Select Case to perform functions based on the setting of the two switchs.

When I try to compile the above code, I get a syntax error.

Thanks...Chris