Thanks guys that helped. I did use both the WAIT and HALT commands and it worked. I also discovered that (1) i can do my computation then (2) write the text i want to use as a tag then (3) SWAP (4) put '+' sign (5) MSGBOX this will tag the result as well as halt program execution at the same time, until i press OK to continue. My next question with this procedure is How do i use the Carriage Return so that my result goes to the next line just like the ENTER key does on Microsoft Applications. - original message - Subject: Re: [50g] Programming problem From: Don Hart <ddhart1@...> Date: 18/08/2008 02:55 Try using the HALT (PRG -> NXT -> NXT -> RUN -> HALT) command. To continue execution, press the CONT (leftshift ON). If you're trying to debug a usr rpl program, you might like to know the RUN directory is devoted to debugging and it would be useful to read up on it. --- On Sun, 8/17/08, Charles Chindenga <cfortuh@...> wrote: > From: Charles Chindenga <cfortuh@...> > Subject: [50g] Programming problem > To: 50g@yahoogroups.com > Date: Sunday, August 17, 2008, 7:27 AM > Can anyone tell me how to preview calculation stages during > program execution. On my HP 42S i used the PAUSE command in > my programs. Example of stages: > R=A/P > V=1/n*R^(2/3)*S^.5 > Q=A*V > i need to view tagged stage calculation results. > I tried to use the WAIT command but i think i am not using > it correctly as it will result in an Error message Bad > Argument > > > > > > ------------------------------------ > > Yahoo! Groups Links > > >
Message
Re: [50g] Programming problem
2008-08-18 by Charles Chindenga
Attachments
- No local attachments were found for this message.