Post Reply 
Solver App question
05-31-2017, 05:09 PM
Post: #2
RE: Solver App question
Hello,

Several suggestions here:

1. You can use variables of other names, they just need to be existing first. You can do this by going into your application program (top entry in the program list) and decalring some variables. Then these will be useable in your equation.

In the source file, do something like:

Ab, Bb, MyVar; //up to 8 per line. If you'd like them to be useable system wide, put an EXPORT at the start of the line


Then you can define E1 to be Ab*Bb=MyVar or whatever.

2. To add notes, you can use the Info screen for a quick reference. This is an attached note to the app. Shift-Apps to get to it.

3. Once you have things as you'd like it, save a copy of your app from the app catalog, and give it a name.Even add a nice icon using the connkit if you desire.

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
Solver App question - Randall - 05-31-2017, 04:32 PM
RE: Solver App question - Tim Wessman - 05-31-2017 05:09 PM
RE: Solver App question - Randall - 05-31-2017, 05:33 PM
RE: Solver App question - Han - 06-01-2017, 03:42 AM
RE: Solver App question - Randall - 06-17-2017, 01:32 AM



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