Casio CLASSPAD 330 3.04 User Manual
Page 699
20060301
StrJoin
Syntax: StrJoin
: "
Function:
Joins "
specified variable.
StrLeft
Syntax: StrLeft
: "
n
,
Function:
Copies a string up to the
n
th character from the left, and assigns the resulting
string to the specified variable.
StrLen
Syntax: StrLen
: "
Function:
Determines the length of a string (the number of its characters) and assigns
the resulting value to the specified variable.
StrLwr
Syntax: StrLwr
: "
Function:
Converts all the characters of a string to lower case and assigns the resulting
string to the specified variable.
StrMid
Syntax: StrMid
: "
n
,
Function:
Copies a specific number of characters of a string, starting from the
n
th
character, and assigns 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
: "
n
,
Function:
Copies a string up to the
n
th character from the right, and assigns the resulting
string to the specified variable.
12-6-43
Program Command Reference