Function NumMirr() Foundation

Mirrors 8 or 16 bits of a 16 bit integer.

Syntax
NumMirr( [<nInteger|cHex>] , ;  // Type: NC
         [<lEightBitsOnly>]  ;  // Type:  L   Default: .F.
       ) --> nInteger
Return

Returns an integer with the bits of the low byte set in reversed order.

Description

<nInteger> is a 16 bit integer which may be specified alternatively as a string coded as a hexadecimal number.

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.