Bitwise operations
in mrScriptBasic the And, Not, Or, and Xor operators always act as logical operators and never as bitwise operators (unlike Visual Basic). In mrScriptBasic, you must use the bitwise functions for bitwise operations.
Visual Basic Bitwise Operator
|
In mrScriptBasic use
|
And
|
|
Not
|
|
Or
|
|
Xor
|
|
See also