Why is this program not running - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Why is this program not running (/thread-4768.html) |
Why is this program not running - Powersoft - 09-21-2015 07:12 PM Hi All, I have a simple program written. See attachment. Could not understand why the variable in the function SumTerms will be zero. Please need some help. Cheers Jan RE: Why is this program not running - Powersoft - 09-21-2015 07:31 PM Hi all, Found the problem. I make a mistake with assign a variable. I write in my code a=x instead of a:=x |