Using Calculator Functions In Programs - Casio FX-7400GII - SOFTWARE VERSION 2-00 User Manual

Software version 2.00
Hide thumbs Also See for FX-7400GII - SOFTWARE VERSION 2-00:
Table of Contents

Advertisement

Other
RclCapt
Function: Displayed the contents specified by the capture memory number.
Syntax: RclCapt <capture memory number>

6. Using Calculator Functions in Programs

Text Display
You can include text in a program by simply enclosing it between double quotation marks.
Such text appears on the display during program execution, which means you can add labels
to input prompts and results.
Program
"CASIO"
?
X
"X =" ?
• If the text is followed by a calculation formula, be sure to insert a display command ( )
between the text and calculation.
• Inputting more than 21 characters causes the text to move down to the next line. The screen
scrolls automatically if the text exceeds 21 characters.
• You can specify up to 255 bytes of text for a comment.
Using Matrix Row Operations in a Program
These commands let you manipulate the rows of a matrix in a program.
• For this program, enter the RUN • MAT mode and then use the Matrix Editor to input the
matrix, and then enter the PRGM mode to input the program.
To swap the contents of two rows (Swap)
Example 1
The following is the syntax to use for this program.
X
To swap the values of Row 2 and Row 3 in the following matrix:
1
2
3
4
Matrix A =
5
6
Swap A, 2, 3
Rows to be swapped
Matrix name
Mat A
(capture memory number: 1 to 20)
Display
CASIO
?
X = ?
(Not available on the fx-7400G
8-21
II
)

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents