hello all I have a variable length string that could be U8 upto U32, now the only way to accommodate this is to make my string size a U32 when converting this into hex i get the extra zeros if I only have a short string length. How would I get rid of the padding zeros.
Thanks all i have just worked it out i used a and function with FFF