Function NumXOR() Foundation

Bitwise XOR of two 16 bit integers.

Syntax
NumXOR( <nInteger1|cHex1>, ;  // Type: NC
        <nInteger2|cHex2>  ;  // Type: NC
      ) --> nXORed_Integer
Return

Returns an integer as the result of bitwise XORing the parameters.

Description

<nInteger1> and <nInteger2> are 16 bit integers which may be specified alternatively as strings coded as hexadecimal numbers.

Feedback

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.