Post Reply 
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
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)