Bob's Calculator Version 2.0 Updated: 2005.02.01  
  Home     Main screen     Forms     Programming     Customization  
   Overview       Run       View       Add/Edit       Commands       Samples   

Families
Conditional
Display
Financial
Integer
Mem
Misc
Ops
Program flow
Stack
Stats
Trig
Value
Program flow
These commands control the behavior of the program.

r/sstop the program execution.  A subsequent press of the program button will begin execution where it left off.
PauseUpdate the display and will pause for 1 second, after which processing will continue automatically.  Longer pauses can be achieved by simply adding more "pause" commands.
Gotocause the current program execution step to move to the step with the defined label.
Gosubcause the current program execution step to move to the step with the defined label, but upon encountering a "Rtn" command the program execution step will return to this original "Gosub" command line.
Rtnreturn to program execution step to the calling "Gosub" step.  If no "Gosub" step had been called then the program will return to the first step and will stop.
Promptpause the program while a (user defined) dialog is displayed.  The dialog will allow the user to enter a value, and upon confirmation ("OK" button) that value will be copied to the x register immediately before program execution resumes.  Pressing the "Cancel" button will halt the program.
Messagepause the program while a (user defined) dialog is displayed.  This dialog does not prompt the user for any value.
Displayupdate the main display but will not pause the program execution.



(c) 2005 RarM_Software