Post Reply 
using solve app from a program
02-17-2018, 01:25 PM
Post: #3
RE: using solve app from a program
In Home, Solve.SOLVE(E1,X) gives the right answer 333.333.

Also, the next program returns the correct answer:
Code:
EXPORT TRX_3()
BEGIN
  LOCAL a;
  a:=Solve.SOLVE(E1,X);
  print(a);
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: using solve app from a program - JMB - 02-17-2018 01:25 PM



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