04-01-2010, 08:17 AM
britlion Wrote:This issues a warning: "Test.bas:22: warning: Redundant operation ABS for unsigned value"The compiler is right. At line 22, you have:
Surely if a Byte is signed, then (Byte-Byte) is signed as well?
Code:
... ABS (yCoords(i) < yCoords(j)) <2 THEN