Casio ClassPad 300 User Manual
Page 577
20021201
ExpToStr
Syntax:
ExpToStr
Ⅺ
Function:
Converts the result of an input expression to a string and assigns the string to
the specified variable.
NumToChr
Syntax:
NumToChr
Ⅺ
n
,
Function:
Converts numeric value
n
to the corresponding text character(s) in accordance
with the character code table, and assigns the character(s) as a string to the
specified variable. For information about character codes, see Appendix page
α-6-1.
NumToStr
Syntax:
NumToStr
Ⅺ
{
"Fix
}
,
"Sci
Function:
Converts a numeric value to a string of the specified format, and assigns the
resulting string to the specified variable.
Example:
NumToStr 1.234, "Fix2",
x
StrCmp
Syntax:
StrCmp
Ⅺ "
Function:
Compares "
assigns the resulting value to the specified variable.
Description
• Returns 0 when "
• Returns 1 when "
• Returns –1 when "
StrInv
Syntax:
StrInv
Ⅺ "
Function:
Inverts the sequence of a string and assigns the resulting string to a variable.
12-6-42
Program Command Reference