I would like to use a variable within a variable ie instead of:
If Data_Sen1 = 255 then
I would like to use:
If Data_Sen(Current_Sensor) = 255 then
Where Current_Sensor is a variable from 1 to 3

Can't seem to find anything on this, but thought I had at one time ....

Thanks,
Mark