![](/images/backgrounds/291794/hp-39g-users-manual-545359227x1.png)
| View numbers |
|
| |
| The Function aplet views are numbered as follows: | |||
| 0 | HOME | 11 | List Catalog |
| 1 | Plot | 12 | Matrix Catalog |
| 2 | Symbolic | 13 | Notepad Catalog |
| 3 | Numeric | 14 | Program Catalog |
| 4 | 15 | ||
| 5 | 16 | ||
| 6 | 17 | Overlay Plot | |
| 7 | Views | 18 | Auto scale |
| 8 | Note | 19 | Decimal |
| 9 | Sketch view | 20 | Integer |
| 10 | Aplet Catalog | 21 | Trig |
UNCHECK | Unchecks (unselects) the corresponding function in the | |||
| current aplet. For example, Uncheck 3 would uncheck F3 | |||
| if the current aplet is Function. |
|
UNCHECK n:
Branch commandsBranch commands let a program make a decision based on the result of one or more tests. Unlike the other programming commands, the branch commands work in logical groups. Therefore, the commands are described together rather than each independently.
IF...THEN...END | Executes a sequence of commands in the |
| if the |
| IF |
| THEN |
| Example |
| 1XA : |
| IF A==1 |
| THEN MSGBOX " A EQUALS 1" : |
| END |
Programming |