Post Reply 
Results in Strings on the HP 42S Question
07-08-2016, 12:20 AM
Post: #1
Results in Strings on the HP 42S Question
Say I have a numerical result stored in the variable X. (For example X = 1.45). I want to display "The amount is 1.45".

How do I concert X into a string and then attach it to "The amount is "? Thanks in advance.
Visit this user's website Find all posts by this user
Quote this message in a reply
07-08-2016, 02:20 AM
Post: #2
RE: Results in Strings on the HP 42S Question
(07-08-2016 12:20 AM)Eddie W. Shore Wrote:  Say I have a numerical result stored in the variable X. (For example X = 1.45). I want to display "The amount is 1.45".

How do I concert X into a string and then attach it to "The amount is "? Thanks in advance.

Put "The amount is " into Alpha, then
ARCL ST X, which appends STack level X into Alpha.

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)