Programming
587
Conditional Tests
Conditional tests let programs make decisions. For example, depending on whether a
test is true or false, a program can decide which of two actions to perform. Conditional
tests are used with control structures such as
If...EndIf
and loops such as
While...EndWhile
(described later in this module).
mid
Returns a specified number of characters from any position
within a string.
ord
Returns the character code of the first character within a
string. This is the opposite of the
char
command.
right
Returns a specified number of characters from the right side
(end) of a string.
rotate
Rotates the characters in a string. The default is
L
1 (rotate
right one character).
shift
Shifts the characters in a string and replaces them with
spaces. The default is
L
1 (shift right one character and
replace with one space). Examples: shift("abcde",2)
⇒
"cde "
and shift("abcde")
⇒
" abcd"
string
Converts a numeric expression into a string. This is the
opposite of the
expr
command.
Command
Description
Содержание Titanium TI-89
Страница 9: ...Getting Started 6 TI 89 Titanium keys Ë Ì Í Ê ...
Страница 34: ...Getting Started 31 2 or D 2 B u s i n e s s D B D B Press Result ...
Страница 43: ...Getting Started 40 3 0 D B D D B D Press Result ...
Страница 44: ...Getting Started 41 D 2 0 0 2 D B Scroll down to October and press Press Result ...
Страница 58: ...Getting Started 55 Example Set split screen mode to TOP BOTTOM Press Result 3 B D ...
Страница 70: ...Getting Started 67 ...
Страница 175: ...Operating the Calculator 172 From the Keyboard ...
Страница 456: ...Tables 453 ...
Страница 503: ...Split Screens 500 Note Both Top Bottom and Left Right splits use the same methods to select an application ...
Страница 527: ...Data Matrix Editor 524 ...
Страница 704: ...Connectivity 701 A TI 89 Titanium and a Voyage 200 linked together I O Port I O Port I O unit to unit cable ...