Function NumAND() Foundation

Bitwise AND for a list of 16 bit integers.

Syntax
NumAND( <nInteger1|cHex1>     , ;  // Type: NC
        <nInteger2|cHex2>     , ;  // Type: NC
        [<...nIntegerN|cHexN>]  ;  // Type: NC
      ) --> nANDed_Integer
Return

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

Description

<nInteger1> ... <nIntegerN> 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.