I know its a noob question, but how can I get the Chr() of a number in Hexadecimal
I have the number as a string, in the first place.
I have the string "313735" and I need to get the:
I have the number as a string, in the first place.
I have the string "313735" and I need to get the:
B4X:
Chr(0x31) & Chr(0x37) & Chr(0x35)