Way to go Jooel!

(I pretty much gave up on it because I was tired of messing with it! lol)
Now, if everyone is satisfied that it has been shrunk satisfactorily, we need to add error checking to make it useful to post... (of course, I would think we all should get credit for it!)..

Requirements:

1. All bases fall between 2 and 36
2. The numerals are all less than the base converting from
3. invalid characters (including the ones in the ascii chart between 0-9 and A-Z) are not accepted.
4. Anything falling outside of the accepted input range causes the function to exit with errorlevel 1 and empty string returned.
....

Brian

[ 12 June 2002, 15:05: Message edited by: BrianTX ]