J
John S
In my case statements I need to evaluate a number but it doesn't like
my syntax.
Example:
x= 45
Switch (x){
case > 7 < 10:
<code>
break;
case > 11 < 50
<code>
break;
default:
break;
}
It does not like the < or > than comparison operators. I know there
has to be a way to do this.
my syntax.
Example:
x= 45
Switch (x){
case > 7 < 10:
<code>
break;
case > 11 < 50
<code>
break;
default:
break;
}
It does not like the < or > than comparison operators. I know there
has to be a way to do this.