Post Reply 
Interchangable Solutions using Formula EVAL Module
08-10-2017, 02:32 PM
Post: #3
RE: Interchangable Solutions using Formula EVAL Module
Here is another sample equation for SLVEQ$, it solves any variable for Time Value of Money equation. Flag 0 is used to choose begin mode (set) or end mode (clear)...

Quote:01 LBL "TVM"
02 FS? 06
03 GTO 00
04 STO IND 00
05 XEQ "2B7"
06 CLA
07 FS? 00
08 "(1+b)*"
09 >"c*((1-(1-b)^#d"
10 >")/b)"
11 EVAL$
12 "a+X+e(1+b)^#d"
13 EVAL$
14 RTN

16 LBL 00
17 "PV I PM N FV"
18 END

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


Messages In This Thread
RE: Interchangable Solutions using Formula EVAL Module - gjmcclure - 08-10-2017 02:32 PM



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