TI85 Concatenating numbers/Numbers -> Strng
[Prev][Next][Index][Thread]
TI85 Concatenating numbers/Numbers -> Strng
-
Subject: TI85 Concatenating numbers/Numbers -> Strng
-
From: Adam Wright <atwright@TELEPORT.COM>
-
Date: Fri, 8 Nov 1996 04:20:38 GMT
-
In-Reply-To: <>
Hi!
I'm writing a program on my calculator and I'm trying to figure out
how I can print something like "The answer is 33" I know that I can
use "+" like:
"thirty-three"->answer
Disp "The answer is "+answer
and get out
"The answer is thirty-three,"
but I can't say:
3*11->answer
Disp "The answer is "+answer
and get out
"The answer is 33"
If I could either get the number into a string, or display the text
and the variable, that would be great. Thanks in advance!
-Adam