Hi, Im trying to compare a WORD with a BYTE. Should that work in PBP? Im using "=>". When the values are actually compared the WORD value is definately less than 256. When i compare 2 BYTE values it works fine but if i change one to a WORD then it stops working.

Im not sure if the problem is with the comparison but it looks most likely. Does anyone know anything about it?