I am using format into string function to convert a string to hexadecimal but it converts it all into upper case hexadecimal. How can I have it send lower cause hex??
Once you have formatted your number as a hexadecimal string, it's just a plain string. Use the function "To Lower Case" from the strings palette for your cosmetic requirements. 😉