Hello again. Before I begin I would like to offer my heartfelt gratitude to the DaniWeb community; this website truly is a wonderful resource for a new programmer such as myself, and the help and advice that I have received have been incredibly useful.
I am currently working on a script to convert a number input by the user from any base to any base up to and including base62. Basically I am writing an algorithm that will have the user input a number, the starting base, and the desired result base; the script will then convert the number input first to base10, and then to the desired result base. My question arises from the possibility of the starting or ending base being base10: if either of these is the case then I will need to basically skip one half or the other of the script. I am somewhat familiar with the pass function, and I am still tinkering with implementing it to accomplish this.
Once again I am not looking for an answer, but rather the thoughts and ideas of the more experienced members of this community. Thanks in advance.