Function NumXOR() Foundation
Bitwise XOR of two 16 bit integers.
NumXOR( <nInteger1|cHex1>, ; // Type: NC
<nInteger2|cHex2> ; // Type: NC
) --> nXORed_Integer
Returns an integer as the result of bitwise XORing the parameters.
<nInteger1> and <nInteger2> are 16 bit integers which may be specified alternatively as strings coded as hexadecimal numbers.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.