What I am trying to do is allow a user to type in the name
of a variable and then display the value. For instance,
if X is 10 and the user types in X I want the program to be able
to go into memory where X is and display 10.
I have PB 3.1 so I don't have pointers.
PEEK and VARPTR/STRPTR don't seem to be enough.
Thanks!
Chris
------------------
of a variable and then display the value. For instance,
if X is 10 and the user types in X I want the program to be able
to go into memory where X is and display 10.
I have PB 3.1 so I don't have pointers.
PEEK and VARPTR/STRPTR don't seem to be enough.
Thanks!
Chris
------------------
Comment