IV. Math Menu

    L. C:String

 Press . Use and
to select the menu of choice.

Not all options are given in the entry format. Options that are used frequently will be included, but others are omitted from the table. For a complete format listing, you can check the TI-89 manual. Results in complex mode are not covered. They can be found in the manual.

Operation
Entry Format
Explanation
Screen
1:string string(expression) Simplifies the expression and returns
the result as a character string.
2:expr expr(string) Returns the character string
contained
in the string as an expression
and immediately executes it.
3:dim

dim(list)
dim(matrix)
dim(string)

Returns the dimension of the
argument.
4:& string1 & string2 Also accessed using .
Returns a text string that is
string2 appended to string1.
5:mid mid(sourceString,start) Refer to the List menu.
6:inString inString(srcString,subString) Returns the character position in the
string "srcString" at which the first
occurrence of the string "subString"
begins.
7:left left(sourceString,start) Refer to the List menu.
8:right right(sourceString,start) Refer to the List menu.
9:format

format(expression)

Returns the expression as a character
string based on the format template.
A:char char(integer) Returns a character string containing
the character numbered integer
according to the TI-89 character
set. See Appendix B in the
manual for the codes.
B:ord ord(string)
ord(list1)
Returns the numeric code of the first
character in the character string, or
a list of the first characters of each
list element.

Site Map