890
Appendix A: Functions and Instructions
For example, a 100_
¡
C range (from 0_
¡
C to
100_
¡
C) is equivalent to a 180_
¡
F range:
To convert a particular temperature value instead
of a range, use
tmpCnv()
.
Toolbar
CATALOG
Toolbar
block
EndTBar
Creates a toolbar menu.
block
can be either a single statement or a
sequence of statements separated with the “:”
character. The statements can be either
Title
or
Item
.
Items
must have labels. A
Title
must also have a
label if it does not have an item.
Program segment:
©
:Toolbar
: Title "Examples"
: Item "Trig", t
: Item "Calc", c
: Item "Stop", Pexit
:EndTbar
©
Note:
When run in a program, this segment
creates a menu with three choices that branch
to three places in the program.
Trace
CATALOG
Trace
Draws a
Smart Graph
and places the trace cursor
on the first defined Y= function at the previously
defined cursor position, or at the reset position if
regraphing was necessary.
Allows operation of the cursor and most keys
when editing coordinate values. Several keys,
such as the function keys,
O
, and
3
, are
not activated during trace.
Note:
Press
¸
to resume operation.
Try
CATALOG
Try
block1
Else
block2
EndTry
Executes
block1
unless an error occurs. Program
execution transfers to
block2
if an error occurs in
block1
. Variable
errornum
contains the error
number to allow the program to perform error
recovery.
block1
and
block2
can be either a single statement
or a series of statements separated with the “:”
character.
Program segment:
©
:Try
: NewFold(temp)
: Else
:
¦
Already exists
: ClrErr
:EndTry
©
Note:
See
ClrErr
and
PassErr
.
_
¡
C
0
100
_
¡
F
212
32
180_
¡
F
100_
¡
C
Содержание Voyage 200
Страница 36: ...Getting Started 36 D B D B Press Result ...
Страница 45: ...Getting Started 45 3 0 D B D D B D Press Result ...
Страница 46: ...Getting Started 46 D 2 0 0 2 D B Scroll down to October and press Press Result ...
Страница 60: ...Getting Started 60 B D Press Result ...
Страница 139: ...Previews 139 8 Complete the operation Press 2 d Steps and keystrokes Display 5 f 2 ...
Страница 181: ...Operating the Calculator 181 From the Keyboard From the Keyboard From the Keyboard From the Keyboard ...
Страница 453: ...Differential Equation Graphing 453 ...
Страница 468: ...Tables 468 ...
Страница 515: ...Split Screens 515 Note Both Top Bottom and Left Right splits use the same methods to select an application ...
Страница 777: ...Activities 777 ...