Number2String V2.1
For TI-83, TI-83+/SE, TI-84+/SE
Designed and Programmed
by Adam Steinberger
email: astein.junk@gmail.com

To set up program, please ungroup NUM2STR!

Number2String is a great program for BASIC programmers. This all-encompassing
program will take any number inputted: including INTEGERS, DECIMALS, IMAGINARY
#S, and COMPLEX #S, and turn it into a string (Str0). Numbers inputted can range
from 10^99 to -10^-99, and the same applies to complex numbers (*i). Through
mind-boggling testing and re-programming, I've proven that this program is up to
five decimal points more accurate than the TI-OS itself! That's means better
and much more precise calculations and more sophisticated handling of variables
and expressions. (Try it out and compare with the "expr(" command!) Plus, with
this program you can now concatinate numbers into larger strings without knowing
the numbers going into the strings. A program is included with Number2String to
explain the syntax, but I feel it is appropriate to explain it in here, too.


NEW FEATURES:
1.5 - Eliminated cumbersome comma and subscript features.
2.0 - Convert any number to ANY BASE between 2 and 125!
2.1 - with prgmSTR2BASE you can convert an already made string of any number
      in a different base (2-125) back to base 10.
What's next? - Scientific notation is coming soon...


Syntax:
This is pretty self-explanatory. Remember the program takes the number stored in
Ans and spits it back out at you in "STRING" form contained within Str0.

 #:prgmNUM2STR

I've also added a nice NEW FEATURE that can be used to convert any number into any
base (2-125). Here's how to use it...

  {#,base#:prgmNUM2STR

And to convert it back to base 10:

  base#:prgmSTR2BASE