for positive values the functions HEX$, OCT$, BIN$ are working fine,
but for negative values of BYTE and INTEGER the results are looking strange:
because the parameter is converted to LONG in between.
no big problem, you can use a workaround: first convert to UBYTE or UINTEGER
but anytime it should be fixed
for positive values the functions HEX$, OCT$, BIN$ are working fine,
but for negative values of BYTE and INTEGER the results are looking strange:
because the parameter is converted to LONG in between.
no big problem, you can use a workaround: first convert to UBYTE or UINTEGER
but anytime it should be fixed