HOME >> Tutorials >> Tutorial 2: Displaying Text |
Name of term | Description | where to find command on calc. |
Disp( | shows text | while making a program press prgm and hit to the right once and go down to #3 |
Output( | Show text in certain coordinates | while making a program press prgm and hit to the right once and go down to #6 |
Pause | show screen till enter is pressed | while making a program press prgm and go down to #6 |
ClrHome
Lbl A
Menu("SHOWING TEXT","LOOK AT TEXT",1,"QUIT",2
Lbl 1
Disp "NOT CENTERED"
Pause
Output(4,5,"CENTERED"
Pause
Goto A
Lbl 2
ClrHome
""
these must always be used to have the calculator show text
,
used in menus to divide up different selections
4,5
coordinates of the text
If you do not understand any part of this tutorial or have a question about programming E-mail us.