BITWISE Question
John_Glove
Posts: 95
hi together
i trying to change a code example for C++ into AMX-Code....
in a function is see the following operators in C++:
& i found this muste be BAND
but i don't find anything about this:
&= (BAND and ADD ???)
how can i etablish it in AMX?
thanks for any help
john
i trying to change a code example for C++ into AMX-Code....
in a function is see the following operators in C++:
& i found this muste be BAND
but i don't find anything about this:
&= (BAND and ADD ???)
how can i etablish it in AMX?
thanks for any help
john
0
Comments
OK, thanks
john
thanks for the hint!
john
Bitwise operators can either use the pseudo english (e.g. 'BAND', BXOR', etc) or operator characters common to the C family languages (e.g. '&', '^', etc).