Casio fx-9750GII User Manual page 231

Software version 2.00
Hide thumbs Also See for fx-9750GII:
Table of Contents

Advertisement

StrMid(
Function: Extracts from the
Syntax: StrMid("<string>",
Description: Omitting "
StrRight(
Function: Copies a string up to the
Syntax: StrRight("<string>",
StrRotate(
Function: Rotates the left side part and right side part of a string at the
Syntax: StrRotate("<string>", [,
Description: Rotation is to the left when "
n
Omitting "
" uses a default value of +1.
Example: StrRotate("abcde", 2) ........ Returns the string "cdeab".
StrShift(
Function: Shifts a string left or right
Syntax: StrShift("<string>", [,
Description: Shift is to the left when "
n
Omitting "
" uses a default value of +1.
Example: StrShift("abcde", 2) ........ Returns the string "cde".
StrSrc(
Function: Searches "<string 1>" starting from the specified point (
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>".
Syntax: StrSrc("<string 1>", "<string 2>"[,
Description: Omitting the start point causes the search to start from the beginning of
"<string 1>".
StrUpr(
Function: Converts all the characters of a string to upper case.
Syntax: StrUpr("<string>"[)]
+
Function: Joins "<string 1>" and "<string 2>".
Syntax: "<string 1>"+"<string 2>"
Example: "abc"+"de" Str 1 .......... Assigns "abcde" to Str 1.
n
m
-th to the
-th character of a string.
n
m
n
[,
)]
(0
m
" will extract from the
n
th character from the right.
n
n
[)]
(0
n
)]
(–9999
n
" is positive, and to the right when "
n
characters.
n
)]
(–9999
n
" is positive, and to the right when "
n
)]
8-20
n
9999,
is a natural number)
n
-th character to the end of the string.
n
9999,
is a natural number)
n
n
9999,
is an integer)
n
n
9999,
is an integer)
n
th character from
n
n
(0
9999,
is a natural number)
n
th character.
n
" is negative.
n
" is negative.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents