Posts: 42
Threads: 4
Joined: Sep 2008
I have an RPN question based upon a posting by Caspar L at: http://www.hpmuseum.org/cgi-sys/cgiwrap/hpmuseum/articles.cgi?read=896.
On the 13th line, the code is 'EQN CF0,CF1, ,CFN'.
I am a newbie to RPN programming, and I haven't figured out to enter this line of code. Thanks for any and all help.
--Sancerre
(real name: Tod)
Posts: 1,193
Threads: 43
Joined: Jul 2005
It suggest more likely a CashFlow series than a ClearFlag....
Posts: 1,193
Threads: 43
Joined: Jul 2005
If the calculator is a 32Sii or a 33S, "equations" are used in a particular manner to show prompts on the display. In such a case, the "equation" is merely a piece of text to be shown, and is never evaluated (in fact, it may be erroneous as per equation syntax).
Posts: 42
Threads: 4
Joined: Sep 2008
That explains it, thx a lot!