I'm thinking I just want to do some form of Base31 conversion (there are a total of 31 characters) but I cannot find an easy way of doing this in VFP. I suppose I could use AT() to assign a value to each character but at that point I'm into unfamiliar mathematics.
Has anyone already tackled this kind of problem?