I made an Algebra 2 App for the 83/84 using basicbuilder and signed it. At the beginning, it had a sort of 'security lock' checking for Finance Variables (I did this so that a very annoying kid at school I know wouldn't start sending to everyone). It went like this:
:If ‾.5585106809≠tvm_Pmt(N,I%,PV,FV,P/Y,C/Y)
:Then
:Output(1,1,"PLEASE HAVE ME ACTIVATE THIS FOR YOU
:Pause
:Return
:End
I thought that setting 6 to N, 45 to I%, and 1 to everything else would work, but I keep getting the same error message. Does anyone know what combination of amounts for N,I%,PV,FV,P/Y, and C/Y will give the result -.5585106809 for tvm_Pmt(N,I%,PV,FV,P/Y,C/Y) ??
I would remake the app, but remaking the program and making the app again and signing it and testing it is too much work. Also, I need administrative privileges to sign the app and I only managed to sign it when admin was still logged on.
Again, I need a combination of amounts for N,I%,PV,FV,P/Y, and C/Y for
tvm_Pmt(N,I%,PV,FV,P/Y,C/Y)=-.5585106809 to be true.