I'm having a hard time setting up the condition statement for a bit instruction like this one:
in c#
int expression = 8191;
int mask = 1;
if (mask = (expression & mask))
{
// do something
}
in the formula I tried this:
IIF (({spLetters;1.Exception} and 1), 1,{spLetters;1.Exception}) = "X"
but it's telling me that my field "{spLetters;1.Exception}" needs to be a boolean (because of the and)
what is the bit logical operator in crystal reports?
in c#
int expression = 8191;
int mask = 1;
if (mask = (expression & mask))
{
// do something
}
in the formula I tried this:
IIF (({spLetters;1.Exception} and 1), 1,{spLetters;1.Exception}) = "X"
but it's telling me that my field "{spLetters;1.Exception}" needs to be a boolean (because of the and)
what is the bit logical operator in crystal reports?