Casio ClassPad II fx-CP400+E User Manual page 222

Graphing calculator
Table of Contents

Advertisement

StrLwr
Syntax: StrLwr "<string>", <storage variable name>
Function: Converts all the characters of a string to
lower case and assigns the resulting string to the
specified variable.
StrMid
Syntax: StrMid "<string>",
name> [,<number of characters>]
Function: Copies a specific number of characters of a
string, starting from the
resulting string to the specified variable.
Description: Omitting the number of characters
causes the string to be copied up to the end.
StrRight
Syntax: StrRight "<string>",
name>
Function: Copies a string up to the
from the right, and assigns the resulting string to the
specified variable.
StrRotate
Syntax: StrRotate "<string>", <storage variable
n
name> [,
]
Function: Rotates the left side part and right side
n
part of a string at the
resulting string to the specified variable.
Description: Rotation is to the left when "
and to the right when "
uses a default value of +1.
StrShift
Syntax: StrShift "<string>", <storage variable name>
[,
n
]
Function: Shifts a string left or right
assigns the resulting string to the specified variable.
Description: Shift is to the left when "
and to the right when "
uses a default value of +1.
StrSrc
Syntax: StrSrc "<string 1>", "<string 2>", <storage
variable name> [,<search start location>]
Function: Searches "<string 1>" starting from the
specified point (
n
th character from beginning of
string) to determine if it contains the data specified
by "<string 2>". If the data is found, this command
returns the location of the first character of "<string
2>", starting from the beginning of "<string 1>".
Description: Omitting the start point causes the
search to start from the beginning of "<string 1>".
strToExp(
Syntax: strToExp("<string>")
Function: Converts a string to an expression, and
executes the expression.
Misc - String(2)
Misc - String(2)
n
, <storage variable
n
th character, and assigns the
Misc - String(2)
n
, <storage variable
n
th character
Misc - String(2)
th character, and assigns the
n
" is positive,
n
" is negative. Omitting "
Misc - String(2)
n
characters, and
n
" is positive,
n
" is negative. Omitting "
Misc - String(2)
Misc - String(2)
StrUpr
Syntax: StrUpr "<string>", <storage variable name>
Function: Converts all the characters of a string to
upper case and assigns the resulting string to the
specified variable.
Switch~Case~Default~SwitchEnd
Syntax:
Switch <expression 1> : Case <expression 2> :
[<statement>] ... : Break : Case <expression 3> ... :
[<statement>] ... : Break : ... : Case <expression
[<statement>] ... : Break : Default : [<statement>] ... :
SwitchEnd
• <expression 1> through <expression
expressions that produce real numbers.
Function: Executes one of a series of processes
based on the value of <expression>.
Description:
• This command executes the statement following
the Case expression that matches the Switch
expression.
• If there is no matching Case expression, the
statement following Default is executed. If there
is no Default specified, a non-match jumps to the
statement following SwitchEnd.
• You can use a multi-statement command (:) in place
of the carriage return to separate statements.
• Switch~SwitchEnd can be exited using the Break
command, Return command, or Goto command.
n
"
SwitchEnd
See Switch~Case~Default~SwitchEnd.
T
TableInput
Function: Used as a SetTVariable command
argument to specify an option. See SetTVariable.
TangentLine
n
"
Syntax: TangentLine <graph number>,
x
<
-coordinate> [,<color command>]
Function: Draws a line tangent to the graph at the
x
specified
-value.
TCD
Syntax: TCD Lower value, Upper value,
Function: See "Student's
(page 151).
Text
Syntax: Text <horizontal pixel value>, <vertical pixel
value>, {<numeric value> ; "<string>" ; <variable>}
[,<color command>]
Function: Displays the specified text on the Graph
window.
Then
See If~Then~ElseIf~Else~IfEnd.
t
Cumulative Distribution"
Chapter 12: Program Application  222
Chapter 12: Program Application  222
Misc - String(2)
Ctrl - Switch
n
> :
n
> should be
Ctrl - Switch
Misc - Setup(3)
I/O - Sketch
k
df
value
I/O - Sketch
Ctrl - If

Advertisement

Table of Contents
loading

Table of Contents