Concloo LotusScript Essentials
Funktion: CNCL_ByteRotateRight
Rotiert die Bits des übergebenen Bytes oder Array von Bytes nach rechts.
Syntax
CNCL_ByteRotateRight(
byte, bits, bigendian)
byteWert oder Array vom Type BYTE
bitsDie Anzahl von Bits um die geschoben werden soll
bigendianTrue für BigEndian und False für LittleEndian
Beispiele
CNCL_ByteRotateRight