Can someone please get me pointed in the right direction to save several lines of text in my new HP49G+. I can’t seem to figure it out from the manual.
Thanks!
Suppose in level 1 of the stack, you have the string:
1: "THIS IS A STRING"
To save it in the global variable named BOB, type in:
'BOB'
and press the STO key. Note the single QUOTE before typing BOB.
To recall the string, press VAR and then press BOB.
Gene