Casio CFX-9970G

User Manual - Page 419

For CFX-9970G.

PDF File Manual, 474 pages, Download pdf file

Loading ...
Loading ...
Loading ...
400
21-
11 Command Reference
Syntax:
Locate <column number>, <line number>, <value>
Locate <column number>, <line number>, <variable name>
Locate <column number>, <line number>, ”<string>”
[Example] Locate 1, 1, ”AB”_
Parameters:
line number: number from 1 to 7
column number: number from 1 to 21
value: numeric value
variable name: A to Z
string: character string
Description:
1. This command displays values (including variable contents) or text at a specific
location on the text screen.
2. The row is designated by a value from 1 to 7, which the column is designed by
a value from 1 to 21.
(1, 1) (21, 1)
(1, 7) (21, 7)
Example: Cls_
Locate 7, 1, ”CASIO CFX”
This program displays the text “CASIO CFX” in the center of the
screen.
In some cases, the ClrText command should be executed before running the
above program.
Receive (
Function: This command receives data from an external device.
Syntax: Receive (<data>)
Description:
1. This command receives data from an external device.
2. The following types of data can be received by this command.
Individual values assigned to variables
Matrix data (all values - individual values cannot be specified)
List data (all values - individual values cannot be specified)
Picture data
Loading ...
Loading ...
Loading ...