using solve app from a program
|
02-18-2018, 03:35 PM
Post: #4
|
|||
|
|||
RE: using solve app from a program
Thx a lot, actually both observation were accurate, the final code in case someone else need it is the following:
EXPORT using_solve_from_program() BEGIN LOCAL a; //get the equation you want //to solve inside the slot E1 STARTAPP("Solve"); STARTVIEW(0); msgbox("make sure the equation you want to solve is inside the E1 slot"); a:=Solve.SOLVE(E1,X); print(); print(a); END; |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
using solve app from a program - enriquephilippe - 02-17-2018, 03:05 AM
RE: using solve app from a program - chromos - 02-17-2018, 03:18 AM
RE: using solve app from a program - JMB - 02-17-2018, 01:25 PM
RE: using solve app from a program - enriquephilippe - 02-18-2018 03:35 PM
|
User(s) browsing this thread: 2 Guest(s)