Variables
21-Dec-91 03:24:34
Sb: #31904-Variables
Fm: Right Ans. Inc., Doyle 70322,307
To: Jonathan Hirschman 70274,2526
Oh, and I forgot, you can input values that contain decimal points which is
documented in Appendix D (on D-4). A conversion such as:
txt$="27.52"
n = txt$
will result in setting "n" to 2752, and the system variable decimal.places
to 2, indicating that the number is multiplied times 10 to the 2nd power.
Keith