Post Reply 
Indirect addressing....
09-11-2017, 05:28 AM
Post: #7
RE: Indirect addressing....
Hello,

Actually, thinking about this, I think that I have put a workaround for this.

Functions like INPUT have a "no eval" property for the first parameter so that INPUT(var_name) works (because in this case, INPUT needs the varaible name, not the variable value).

However, the no-eval property can be overriden (if my memory serves me well) by placing an EVAL around the van-name...

meaning INPUT(eval(var-name)) will do an INPUT on the content of var-name, not on var-name itself!

try it, it might fix your problem!

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Indirect addressing.... - webmasterpdx - 09-09-2017, 04:32 AM
RE: Indirect addressing.... - Carlos295pz - 09-10-2017, 12:49 AM
RE: Indirect addressing.... - webmasterpdx - 09-10-2017, 03:35 AM
RE: Indirect addressing.... - webmasterpdx - 09-10-2017, 03:38 AM
RE: Indirect addressing.... - Carlos295pz - 09-10-2017, 03:43 AM
RE: Indirect addressing.... - webmasterpdx - 09-10-2017, 03:52 AM
RE: Indirect addressing.... - cyrille de brébisson - 09-11-2017 05:28 AM
RE: Indirect addressing.... - webmasterpdx - 09-11-2017, 05:55 AM
RE: Indirect addressing.... - toml_12953 - 09-11-2017, 11:17 AM
RE: Indirect addressing.... - webmasterpdx - 09-11-2017, 12:48 PM



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