Casio ClassPad 300 PLUS User Manual
Page 588

20050501
StrJoin
Syntax:
StrJoin
Ⅺ "<string 1>", "<string 2>", <storage variable name>
Function:
Joins "<string 1>" and "<string 2>" and then assigns the resulting string to the
specified variable.
StrLeft
Syntax:
StrLeft
Ⅺ "<string>",
n
, <storage variable name>
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
Ⅺ "<string>", <storage variable name>
Function:
Determines the length of a string (the number of its characters) and assigns
the resulting value to the specified variable.
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>",
n
, <storage variable name> [,<number of characters>]
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
Ⅺ "<string>",
n
, <storage variable name>
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