HP 30b HP 20b Business Consultant and HP 30b Business Professional User's Guid - Page 84

instructions are described in more detail in the following s. - programming

Page 84 highlights

Table 13-1 Programming Key Instructions (HOLD) Equal to (HOLD) Not equal to (HOLD) Less than (HOLD) Less than or equal to (HOLD) Greater than or equal to (HOLD) Greater than (HOLD) GOTO (HOLD) GOTO if True (HOLD) GOTO if False (HOLD) Label (HOLD) Stop (HOLD) Display (HOLD) Run/Stop (HOLD) Decrement, skip if (HOLD) Increment, skip if : >or< (HOLD) Debug (HOLD) Call (HOLD) Return (HOLD) Message (HOLD) Solve All programming key combinations listed in the above table require you to press the key and (HOLD) it while simultaneously pressing the desired program instruction. The instructions are described in more detail in the following pages. Almost any function you perform with the calculator can be programmed. A program allows you to repeat an algorithm or sequence of commands without having to retype all the keys each time you want to use that particular function. 76 Programming

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114

Programming
76
Table 13-1
All programming key combinations listed in the above table require you to press the
key
and
(HOLD) it while simultaneously pressing the desired program instruction. The
instructions are described in more detail in the following pages.
Almost any function you perform with the calculator can be programmed. A program allows
you to repeat an algorithm or sequence of commands without having to retype all the keys
each time you want to use that particular function.
Programming Key Instructions
(HOLD)
Equal to
(HOLD)
Not equal to
(HOLD)
Less than
(HOLD)
Less than or equal to
(HOLD)
Greater than or
equal to
(HOLD)
Greater than
(HOLD)
GOTO
(HOLD)
GOTO if True
(HOLD)
GOTO if False
(HOLD)
Label
(HOLD)
Stop
(HOLD)
Display
(HOLD)
Run/Stop
(HOLD)
Decrement,
skip if
(HOLD)
Increment,
skip if
: >
or
<
(HOLD)
Debug
(HOLD)
Call
(HOLD)
Return
(HOLD)
Message
(HOLD)
Solve