HOME >> Tutorials >> Tutorial 2: Displaying Text

Tutorial 2

Tutorial 2

Displaying Text

New Commands

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

Here is a basic program in which shows how Disp and Output work.

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

Further Explanation

""                    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.

   





Problems with this page?
Contact the Webmaster.