‎2006 Jun 07 1:53 PM
Hi ALL
Logical bitwise comparison operator 'O' is used between two operands say A and B as "A O B".
A is of type INT1 and B is of type X.
The above mentioned line was working fine till enabling unicode check. But now it says A should be of type X or Xstring.A's type cannot be changed since it is derived from a std structure.
Is there some other operator which does the same function as operator 'O'?
Regards,
Navaneeth
‎2006 Jun 14 10:11 AM
If the program is unicode enabled then the Bit operands can be used only with X/Xstring.
Warm Regards
Anup Varghese
‎2006 Jun 14 10:20 AM