Purpose:
Shifts the value binary to the right.
Parameter:
Number Value.
Number Number of bits, the value is shifted.
Return value:
String
Example:
BinarySHR (2,1) Result: 1,00
Purpose:
Shifts the value binary to the right.
Parameter:
Number Value.
Number Number of bits, the value is shifted.
Return value:
String
Example:
BinarySHR (2,1) Result: 1,00