Post Reply 
Indirect addressing....
09-09-2017, 04:32 AM
Post: #1
Indirect addressing....
The input command takes arguments of the form {varname, ....}, where varname is a variable name. Then the function is able to assign values to that variable.
How can I create a function that can take such an argument. I understand how, with the TYPE and SIZE functions, the input function can process all the other arguments, but I can't figure out how it's able to assign values to the variable names passed in the list.
The input function takes a list as it's argument and the variable name is in a sublist.
Anyone know how it does this and if this is even possible for a user's function to do?
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)