Post Reply 
Edit protection for fomula's in sover app
10-18-2016, 07:36 PM (This post was last modified: 10-18-2016 07:39 PM by simone_71.)
Post: #6
RE: Edit protection for fomula's in sover app
Just write down the formulas in the program. Do not write, if you don't need, the values assignment. In this way all the formulas will be write every time you launch the program "assign"

Code:

EXPORT assign()
BEGIN
STARTAPP("Solve");
"expression"▶E1;
"expression"▶E2;
"expression"▶E3;
"expression"▶E4;
END;

I think is not possible to ask every time the permission to overwrite, otherwise you cannot manage the apps into the programs!!
Same thing for the Vriables: I never saw that you have ask tho change the variable value.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Edit protection for fomula's in sover app - simone_71 - 10-18-2016 07:36 PM



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