			Base Converter 1.0

author: Benoit Giraudou
date:	07/04/99
format:	Basic for TI83
email:	jogiraudou@claranet.fr
web:	http://www.jogiraudou.claranet.fr
***********************************************************************
description:	misc program to convert a number in any other base
files:		* baseconv.83p
		* readme.txt
size:		* 452 bytes for prgm
		* 200 bytes for temp data (Str0,Str1 et L1 are destroyed)
***********************************************************************
manual:	Run Baseconv. If you want to convert a decimal number into an other
base, choose 1. Then enter your number and base choosen (ex:16 for hexa
or 2 for bin). If you want to convert a number (like binary) into decimal
number, choose 2, enter the number and the initial base.
This program allows you to convert a number from 0 to 1E10 into a base from
2 to 36.(I've never seen base 36 bur we never knows)
			    Jo Giraudou