
Button or Key Meaning
Deletes the character to the left of the cursor.
Deletes the character to the right of the cursor.
Deletes the entire program.
If you press while in the Program Editor, two more options appear:
●
Create user key—Tap this option and then press any key to paste a template for redening that key as a
user key into your program.
●
Insert pragma—Tap this option to paste a #pragma mode denition into your program. The #pragma
mode denition is in the following form:
#pragma mode( separator(), integer())
Use the #pragma mode denition to dene the set of separators used for digit grouping and the integer
type. The #pragma mode denition forces the program to compile using these settings. This capability
is useful for adapting a program written for a culture that uses dierent grouping symbols (. vs. ,) than
your own.
1. To continue the MYPROGRAM example (see Programming in HP PPL on page 552), use the cursor keys to
position the cursor where you want to insert a command or just tap on the desired location. In this
example, you need to position the cursor between BEGIN and END.
558 Chapter 28 Programming in HP PPL
Komentarze do niniejszej Instrukcji