Hi,

In part of my code I am using variables b1, b2 and b3. What I am trying to do is this:

b1=1
b2=3
b3=5

tach=b1,b2,b3

When I go to complile it, it keeps giving me an error.

Can anyone help me with this?

Thanks,

Chris