12-21-2005 06:45 AM
Solved! Go to Solution.
01-09-2006 04:33 PM
Hi Tom,
This functionality is not possible. You may want to use an If/Else If/Else structure to combine your cases.
Allen P.
NI
05-11-2009 01:32 AM
Have you any answer for this.
I'm having a problem like this. But Have not been able to make it work.
I'm using TS4.1.1
This is working.
Selsect
Case 1
case 2
case3
End select
Thins is not.
Select
case 1,2
case 3,4
end Select:
Please help me if you have some advice
05-11-2009 09:40 AM
Answered here.
05-13-2009 12:53 PM
Comparing multiple values in one case statement