Creating a custom app with multicharacter variables AND pre-populating E1 equation?
|
04-19-2021, 02:56 PM
Post: #4
|
|||
|
|||
RE: Creating a custom app with multicharacter variables AND pre-populating E1 equation?
Hello,
For what you are trying to do, I would do the following: use this as your app program: EXPORT V1, V2, V3; Symb() BEGIN E1:= "V1+V2=V3"; E2:= "V2+V3=V1"; E3:= "V3+V1=V2"; startview(0); END; Thus, you 1: define the variables... 2: when the user goes to the symb view, you force E1-E3 to be what you want. 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. |
|||
« 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
RE: Creating a custom app with multicharacter variables AND pre-populating E1 equation? - cyrille de brébisson - 04-19-2021 02:56 PM
|
User(s) browsing this thread: 1 Guest(s)