Base changer.  Changes to and from base10.  Capable of any base from 2 
upward.  Limits of program untested.  Current tested max is base 999.


Please send any improvements or tips to DRAYCON@f404.n115.z1.fidonet.org 
First prompt asks for base.  Menu then asks "To10" or "Frm10".  If you 
choose "To10", enter the number of digits, then enter each individual digit 
at the "E" prompt.  For digits over 9, enter them as follows.  Example: AFC 
(base 16) is entered as:
E=?10
E=?15
E=?12
Output is a list (your entered number) and a real (base 10 equivalent).  If 
you choose "Frm10", just enter the number at the prompt.  Output is a real 
(your entered number) and a list (base equivalent).  If the list or real 
exceeds the screen width, check the following variables: Orig, Num, Ansr. 
Orig is your entered number (list or real, depending on "To10" or "Frm10", 
Num is the base 10 equivalent (To10), and Ansr is the base N equivalent 
(Frm10).
The max allowed base and max number of digits are unknown.  I've tried base 
999 without problems!
