Casio FX-795P Owner's Manual page 95

Hide thumbs Also See for FX-795P:
Table of Contents

Advertisement

Example:
10
Z$=*123"
2@
PRINT
VAL(Z$)+45
3@
END
176
7-3
Character Functions
Converts the value of a numeric expression into a character string.
Parameter:
Numeric expression:
Numeric value, calculation expression, numeric varia-
ble, numeric array variable.
Explanation:
1) Converts the value of a numeric expression into a character string.
2) When
the numeric expression is a calculation expression, the calculation
: result:is converted into a character string.
3) When a numeric expression is positive, the sign digit is deleted and only the
numerals are converted.
Example:
18
A=123
2@
PRINT
STRS(A)+°45"
30
END
*If this program
is executed, character strings "123" and "45" will be. con-
nected and "12345" will be displayed. (Same as "123" + "45")
177

Advertisement

Table of Contents
loading

Table of Contents