Casio ClassPad 300 User Manual
Page 578
20021201
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