Post Reply 
Difference between Real and Virtual Calculator
10-04-2017, 02:30 PM (This post was last modified: 10-04-2017 02:31 PM by Tim Wessman.)
Post: #7
RE: Difference between Real and Virtual Calculator
As stated, the issue here is you are mixing application variables/functions with a global program that may or may not be active.

Is there a specific reason you are trying to store things into content of the Solve application? If so, the best way to handle things is make a copy of your solve app, and then put your program in the application program source file.

If you don't need the solve app, I'd recommend using the FNROOT command which is the correct global root finder.

If you want to keep it as a global program, and also want to blow out any content in the Solve app's E1, just qualify your call to the app function SOLVE.

Solve.SOLVE(E1...

TW

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


Messages In This Thread
RE: Difference between Real and Virtual Calculator - Tim Wessman - 10-04-2017 02:30 PM



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