142
Chapter 9: Programming Features
Press
@
p
and use
C DEL
. (See Chapter 10 OPTION
Menu, page 155).
Press
P
H
in the program edit mode. (See page 148 for
details)
Press
{
to move the cursor to the program name field. Enter
the new name and press
E
or
}
.
Pressing
E
again after execution of the program completes.
Press
O
or
@
q
to break the execution process.
3. Variables
• Single letters (uppercase letter from A to Z and
θ
) can be used as variables.
• Defined once in one program, a variable is set as a global variable across all other
stored programs unless redefined.
Hence results calculated in one program can be used by another.
• Only numerical values can be set as variables.
• Strings cannot be set as variables.
Setting a variable
Use
R
to input a specific value or the value of formula into
the variable. Do not use = (comparison operands) to set the
values into variable.
5
→
A
The variable A is set to 5.
MA + B
→
C
The variable C is set to the value of formula MA
+
B.
Deleting an
entire program
Copying a line
to another
location
Changing the
program name
Re-executing
the program
Break the
execution
process