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
Summary of Contents for CFX-9970G
Page 22: ... CFX 9970G ...
Page 452: ...435 1 2 3 4 5 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 453: ...436 Program for Circle and Tangents No 4 Step Key Operation Display 6 7 8 9 10 ...
Page 454: ...437 11 12 13 14 15 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 455: ...438 16 17 18 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 458: ...441 1 2 3 4 5 Program for Rotating a Figure No 5 Step Key Operation Display ...