Post Reply 
Create a list of undefined user vars?
01-27-2016, 05:59 AM
Post: #11
RE: Create a list of undefined user vars?
Hello,

I think that I am starting to understand what you are trying to do.
you want cats and dog to be defined BY the INPUT function.

Unfortunately, this can not work. INPUT requires you to have the variable available and existing at the time it is called.

HVars is a function that can let you programaticaly create variables (ie, a name+value pair).

You can then use them as input for INPUT (using the string trick)

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
RE: Create a list of undefined user vars? - cyrille de brébisson - 01-27-2016 05:59 AM



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