Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

logical bitwise operator

Former Member
0 Likes
435

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

2 REPLIES 2
Read only

Former Member
0 Likes
388

If the program is unicode enabled then the Bit operands can be used only with X/Xstring.

Warm Regards

Anup Varghese

Read only

0 Likes
388

Hi,

Check this..

Regards

Vijay