Post Reply 
Indirect addressing
12-28-2013, 08:37 AM
Post: #1
Indirect addressing
In writing code for the HP Prime, how does one do indirect addressing?
An example, I have a variable named TEST1. TEST1 contains the string “BS10” that my code has constructed and stored there. “BS10” is a pointer to global variable BS10. Note that userin contains data acquired during an INPUT(); line. I need a line(s) something like one of the following because none of these work:

userin▶TEST1;//need the contents of userin stored in the variable BS10
userin▶’TEST1’;//remember that TEST1 contains the pointer BS10
userin▶(TEST1);
userin▶(‘TEST1’);

Many thanks in advance for any help.

Happy coding and may you see ' i No errors in the program ' with every compilation.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Indirect addressing - veeblefester - 12-28-2013 08:37 AM
RE: Indirect addressing - BruceH - 12-29-2013, 12:37 AM
RE: Indirect addressing - Han - 12-29-2013, 02:19 AM
RE: Indirect addressing - veeblefester - 12-31-2013, 12:49 PM



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