Binary conversion


BIN2I()Convert signed short encoded bytes into Harbour numeric
BIN2L()Convert signed long encoded bytes into Harbour numeric
BIN2U()Convert unsigned long encoded bytes into Harbour numeric
BIN2W()Convert unsigned short encoded bytes into Harbour numeric
I2BIN()Convert Harbour numeric into signed short encoded bytes
L2BIN()Convert Harbour numeric into signed long encoded bytes
U2BIN()Convert Harbour numeric into unsigned long encoded bytes
W2BIN()Convert Harbour numeric into unsigned short encoded bytes