This one is driving me bananas! I have a test in a program loop that goes like this:
while (Test<1)^(t1<tm)
etc. Test is unitless. t1, tm are in seconds,and the ^ is the AND symbol from the Boolean toolbar.
As a standalone line (Test<1)^(t1<tm)= it works fine.
But in the program segment...