Creating a custom app with multicharacter variables AND pre-populating E1 equation?
|
04-18-2021, 04:45 AM
(This post was last modified: 04-18-2021 04:49 AM by Han.)
Post: #2
|
|||
|
|||
RE: Creating a custom app with multicharacter variables AND pre-populating E1 equation?
(04-18-2021 02:54 AM)spiff72 Wrote: Hello all, You can use strings. Solvesys aka Equation Library uses this to populate the entire Symb view, and even incorporates "pages" of equations when more than 10 are needed. The source is included with the download. Feel free to insert DEBUG commands to step through the app. Anyway, a direct example within a program would be: E0:="X^2" Some caveats -- always ensure that the variables you use already exist. Either create app variables, or define them in your source code. Otherwise when the user enters the Symb view they will see error messages. Lastly, the code must not exist as a program. In fact, you'll need to make a copy of the Solve app. Then, edit the copied app's source file and create your program from there. There might be others that I may have overlooked, but hopefully that is enough to get you started. EDIT: Here's an older thread (for apps based on the Function app, but still relevant) that you might find helpful: https://www.hpmuseum.org/forum/thread-2167.html Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Creating a custom app with multicharacter variables AND pre-populating E1 equation? - spiff72 - 04-18-2021, 02:54 AM
RE: Creating a custom app with multicharacter variables AND pre-populating E1 equation? - Han - 04-18-2021 04:45 AM
RE: Creating a custom app with multicharacter variables AND pre-populating E1 equation? - spiff72 - 04-18-2021, 06:08 AM
|
User(s) browsing this thread: 1 Guest(s)