0

1

 

 

3

4

Keys 0–13

{5

6

 

2

9

 

7

8

 

 

 

 

12

 

10

 

11

 

 

13

Keys 14–19

Keys 20–25

Keys 26–30

Keys 31–35

Keys 36–40

Keys 41–45

Keys 46–50

Figure 27-1: Numbers of the keys

INPUT Syntax: INPUT(var [,"title", "label", "help", reset]);

Opens a dialog box with the title text title, with one field named label, displaying help at the bottom and using the reset value if SJis pressed.

Updates the variable var if the user taps and

returns 1. If the user taps , it does not update the variable, and returns 0.

Example:

EXPORT SIDES; EXPORT GETSIDES()

BEGIN INPUT(SIDES,"D ie Sides","N = ","Enter num sides",2); END;

Programming in HP PPL

551

Page 557
Image 557
HP Prime Graphing NW280AAABA manual Input Syntax INPUTvar ,title, label, help, reset, Export Sides Export Getsides