Hello, The parallel compiler doesn't accept relational operations with SYSTEM.BYTE? This code: VAR a, b: SYSTEM.BYTE; BEGIN IF a = b THEN .... gives error 111 “operand inapplicable to (this) function”. Is it any reason for that? The OPC accepts it. Thanks, Dan Parnete