Post Reply 
Issue using EXACT() command.
04-26-2018, 12:41 PM
Post: #2
RE: Issue using EXACT() command.
If you add this line:

LOCAL X0,X1,X2,X3,X4,X5;

to the beginning of your program, it appears to work correctly. If probably has something to do with not declaring those variables as LOCAL and they are reserves for one of the other apps, I think the parametric app.

Code:
 EXPORT DELTAold12066()
 //EXPORT DELT()
 BEGIN
 LOCAL X0,X1,X2,X3,X4,X5;//ADDED BY ROAD
 //Syntaxe : DELTA()
 //Auteur : Mic
 //Version v1.02 (2013)
 //Utilisation : entrer les 3 valeurs des coefficients A, B et C du trinôme AX²+BX+C.
 INPUT(A,"dans AX²+BX+C","A=");
...

-road
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Issue using EXACT() command. - roadrunner - 04-26-2018 12:41 PM



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