Function NumOR() Foundation
Bitwise OR for a list of 16 bit integers.
NumOR( <nInteger1|cHex1> , ; // Type: NC
<nInteger2|cHex2> , ; // Type: NC
[<...nIntegerN|cHexN>] ; // Type:
) --> nORed_Integer
Returns an integer as the result of bitwise ORing the parameters.
<nInteger1> ... <nIntegerN> 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.