Hello all.
Is there a way to accomplish this on the 32S-II (or 33s and 35s:
Appending a variable's value to an already existing string in the EQN register and display the EQN line (with the Flag 10 manoeuvres, obviously). For example,
Could I have something like this:
01- LBL M
02- RCL V
03- 661.5
04- /
05- the rest of the Mach Value equation
06-...
07-...
34- STO M
35- SF 10
36- EQN 'MACH='
37-this is where I want to append either the X register Mach value or Variable M and then display that so it looks like MACH=0.8357 when I display the Equation line
...
nnn- R/S
nnn- CF 10
Any ideas?
Thanks
Edited: 2 May 2012, 12:33 p.m.