I am converting text into a custom base system, and when it's converted back I am using a custom _dec() function, the problem is, when I do _dec() I get the numbers, and I don;t know how to change them into text, I have tried chr, and chrw, with no luck, how do I turn dec back into regular text? this is the process text -> dec -> (custom base104) -> dec ??-> text