Post Reply 
Indirect addressing....
09-11-2017, 12:48 PM
Post: #10
RE: Indirect addressing....
I'm basically writing my own version of the input function (I won't use the same name), but it takes as input, lets say for an input box/field for a numeric value, something like this is part of the input....
...
{XMin,[0],{15,30,0},
...
where XMin is a variable name. Now, I can pass in a string like "XMin" and use something like
expr(invar+":=4"); to assign values, but this is ugly, and I'd much rather pass in the variable without the quotes, like the current input command. The current input command was written in C/assembler as part of the firmware code. I don't have access to that, and have to write it in HPPL, so, I was hoping there was some trick whereby I could pass in the variable like the current input command by reference. That's all.
Thx
-Donald
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.... - 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)