Server User Guides > Survey Tabulation > Advanced expressions > Operators > Categorical comparison operators > Bitwise operations
 
Bitwise operations
Unlike Visual Basic, in mrScriptBasic the And, Not, Or, and Xor operators always act as logical operators and never as bitwise operators. In mrScriptBasic, you need to use the bitwise functions for bitwise operations. The following table lists the Visual Basic bitwise operators and shows you which function to use in mrScriptBasic.
Visual Basic Bitwise Operator
In mrScriptBasic use
And
Not
Or
Xor
See also
Categorical comparison operators