Post Reply 
Create a list of undefined user vars?
01-26-2016, 06:01 AM
Post: #9
RE: Create a list of undefined user vars?
Hello,

1) At the time of the INPUT, the inputed variables MUST exist as INPUT uses the current value of the variable as the default value.

2) do not use CAS.INPUT, INPUT is NOT a CAS command...

3) What is the value of L1? can you show it?

4) to help you debug, you can save the string in a temporary variable and show it on the screen (PRINT(string_variable); WAITWink or just (save the string in a user accessible variable and kill the program). This will probably let you see what is happening.


Good luck.

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-26-2016 06:01 AM



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