lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


PS: The hex number is in string (character) format. Sorry about that.

L-28C wrote:
Hello everyone! (again)

I got a question. Given a hexadecimal number (ie. 0x13), how can I convert that to the string "13"? I use print() and it gives me a random ASCII character.

Is this possible? Thanks in advance.