Post Reply 
Solver variable question
06-29-2015, 12:14 AM
Post: #3
RE: Solver variable question
(06-28-2015 09:07 PM)roadrunner Wrote:  Do you mean like this?

Code:

EXPORT PMT;

EXPORT TVM_Test()
BEGIN
 LOCAL FV;
 STARTAPP("Solve");
 "F=P*(1+((R/100)/N))^(N*T)+PMT*((1+((R/100)/N))^(N*T)-1)/((R/100)/N)"▶E1;
 PRINT();
 PRINT("NOTE: This Equation Will Solve for Any Unknown Variable.");
 PRINT(" ");
 PRINT("P = Present Value");
 PRINT("F = Future Value");
 PRINT("R = Interest Rate");
 PRINT("T = Numbers of Years");
 PRINT("N = Compounds per Year.");
 PRINT("PMT= Amount of payment or deposit.");
 PRINT(" ");
 PRINT("Press ENTER ↲ to Continue...");
 // Display Solver
 CHECK(1);
 STARTVIEW(2,1);
END;

I dont think this will work. What I want is to find out how to declares variables of two or more characters, for example, "PMT" instead of just "M", or "FV" instead of "F", or "%R" instead of just "R", etc., so the Solver can use them., so the data entry screen can be more meaningful. See attach image.

Thank you for replying .
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Solver variable question - TechAlex - 06-28-2015, 08:20 PM
RE: Solver variable question - roadrunner - 06-28-2015, 09:07 PM
RE: Solver variable question - TechAlex - 06-29-2015 12:14 AM
RE: Solver variable question - roadrunner - 06-29-2015, 03:15 AM
RE: Solver variable question - TechAlex - 06-29-2015, 03:29 AM



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