![]() |
Problem with debug HP prime program, somebody help me? - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: Problem with debug HP prime program, somebody help me? (/thread-257623.html) |
Problem with debug HP prime program, somebody help me? - Carlos CM (Mexico) - 12-04-2013 Hi to all user's. I'm new in the forum, I'm from Mexico and I need your help. Recent I buy my hp prime...I did a problem with the DEBUG in a program... when i check in the process... in a line exclusively the DEBUG reset my prime... I'm a new programmer, i have no much experience...
EXPORT VSR()
Why?
>>>
Re: Problem with debug HP prime program, somebody help me? - Patrice - 12-04-2013 The problem is located at "BLA BLA" :) Re: Problem with debug HP prime program, somebody help me? - Carlos CM (Mexico) - 12-04-2013 EXPORT VSR()
INPUT ({b,d,Mp,Mn,V,fc, fy,FCG}, "VIGAS NTC RDF 04", {"b =", "d =", "M(+) =", "M(-) =", "V =", "f'c =", "fy =", "FC ="}, CHOOSE (N, "ELIJA ESTRIBOS", {"1/4 plg","3/8 plg", "1/2 plg"} );
CASE fac:=0.8*fc;
IF fac < 280 fbpc:=beta*fac;
romin:=0.0033;
A:=0.9*b*d^2*fbpc;
IF Dp > 0 AND Dn > 0 //Cálculo de la cuantía necesaria
IF rop < romax AND ron < romax
IF rop<romin //Cálculo del acero necesario
Asp:=rop*b*d;
IF ro<0.015
Vc1:= 1.5*Vcr / (0.2 + 20*ro);
CASE
ELSE
ELSE Re: Problem with debug HP prime program, somebody help me? - Damien - 12-04-2013 I think that you have forgotten to declare 3 variables: Regards,
Damien.
Re: Problem with debug HP prime program, somebody help me? - Patrice - 12-04-2013 I see an ill construct CASEYou should use "DEFAULT" keyword for last part. CASEand you have an other one in CASEand CASE IF N==1 THEN PRINT("E 1/4 plg @ " + s) END;and it looks like an "END" is missing somewhere Re: Problem with debug HP prime program, somebody help me? - Han - 12-04-2013 Have you performed a firmware update?
Re: Problem with debug HP prime program, somebody help me? - Carlos CM (Mexico) - 12-05-2013
I did The firmware updates today and I repair the STATEMET "DEFAULT" but the problem continues...
Thanks to all...see you in a new post
|