I have put a simple little programme into my 42S
I want the result to be displayed as
New$KG= (the calculated value) All on the x line. It will not do that (my HP 41 does)
Relevant last lines are
13 x (This is the final multiplication to give the result I want)
14 CLA (If I don't do this every time I run the programme the statement in line 15 is added to each other multiple times.
15 (append sign like a plus with the left horizontal arm missing) "NEW$KG="
16 AVIEW
17 END.