Is there any way to OR 2 numbers together?
The Math function doesn't have an or, and I can't find a bitwise or operator.
like a = b | c; in C++
Thanks
Gary
Professional Software Development Tools
Is there any way to OR 2 numbers together?
The Math function doesn't have an or, and I can't find a bitwise or operator.
like a = b | c; in C++
Thanks
Gary
This is an AMS app, but in it is a DLL I wrote to do Bitwise operations in AMS. Should work with SF7 too
http://www.indigorose.com/forums/sho...6&postcount=18
Worm would you fit a XOR in there?
Intrigued