I would like to know if there is any way in kodular, to format a hexa number so that it can be represented by more digits, something like the option “% 8x \ n” in C, or: 08x, in my case I need to join a binary vector + the content of a Textbox (which must also be sent in binary format by BLE)
Yes solutions works fine in decimal however how is possible obtain leading zeros in hex format? when I do conversion, output not have leading zerosHelloW_Screen1.ais (2.5 KB)