351
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 FX”
This program displays the text “CASIO FX” 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
Send (
Function: This command sends data to an external device.
Syntax: Send (<data>)
Description:
1. This command sends data to an external device.
2. The following types of data can be sent 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)
Command Reference 19
-
11