124 Section 8: Programming Basics
File name: HP 12c Pt Converted_user's guide_English_HDP0F123E02_080207
Page: 271 of 281
Printed Date:
{
2007/8/2Dimension: 14.8 cm x 21 cm
Keystrokes Display
:
2
402.82
Sum of TAX column.
:
3
6,370.52
Sum of TOTAL column.
If the duration of the pause is not long enough to write down the number displayed,
you can prolong it by using more than one
gu
instruction. Alternatively, you
can have the program automatically
stop
as described next.
Stopping Program Execution
Stopping Program Execution Automatically.
Program execution is
automatically halted when the program executes a
t
instruction. To resume
executing the program from the program line at which execution was halted, press
t
.
Example:
Replace the program above by one containing
t
instructions
instead of
gu
instructions.
Keystrokes
(RPN mode)
Display
fs
Sets calculator to Program mode.
f
CLEAR
Î
000,
Clears program memory.
§
001,
20
t
002,
31
Stops program execution to display
AMOUNT.
?+
1
003,44 40 1
:
0
004,
45
0
b
005,
25
t
006,
31
Stops program execution to display
TAX.
?+
2
007,44 40 2
+
008,
40
?+
3
009,44 40 3
Keystrokes
(ALG mode)
Display
fs
Sets calculator to Program mode.
f
CLEAR
Î
000,
Clears program memory.
Summary of Contents for 12C
Page 1: ...HP 12c Platinum Financial Calculator User s guide H Edition 5 HP part number F2231AA 90001 ...
Page 15: ...Part I Problem Solving ...
Page 48: ...48 Section 3 Basic Financial Functions ...
Page 104: ......
Page 105: ...Part II Programming ...
Page 156: ......
Page 157: ...Part III Solutions ...
Page 230: ......
Page 231: ...Appendices ...
Page 277: ......