Hey, I am working on a simple app to convert between decimal, binary, and hex. The tonumber() function makes it super easy to convert from binary/hex to decimal, but I cant find any documentation on how to use it to convert from decimal to binary/hex.
Is this possible? Thanks in advance!