Hi Bruce, thanks for your answer. > No quotes if you want the 0x to be processed properly.
OK, so to convert an hexadecimal value (already stored in a variable without
0x) into a decimal value i can do the following:
do("local l_dec_value = 0x" ++ l_hex_value)
or is there a better way to do that ?
Best regards
