Casio FX-730P Owner's Manual page 89

Table of Contents

Advertisement

4-7 Convenient Peripherals
Example:
Store the contents of the exclusive
character
variable ($) and
13
variables from
A
to
M.
PUT
$,A,M
Store the contents of array variable
A(IO)
with the file name
"DATA"
in the
DIM mode.
PUT "DATA'' A(*)
Store
the
contents of 36
variables from A to
Z
(10)
with the
file name "CASIO"
in the DEFM mode.
PUT "CASIO'' A,Z(
10)
*Assuming
that the variables are expanded
.
Since
the
variable
names specify the beginning
and
end
of the
variables to be
stored,
place them in alphabetical order
(e.g., "A, Z"). A
specification such as
"Z, A" cannot
be performed
.
When the variables
are character
variables,
"A,
Z"
can
be
specified
instead of
"A$, Z$".
"
GET" is used to
load data
from a tape to the computer. Variables are specified
in a GET command. A
file name can
also be specified.
GET
"File
name"
Variable 1, Variable 2
Up
to
8 characters.
Example:
Load data to the exclusive character variable($) and 3 variables
from
X to Z.
GET
$,X,Z
Load
the data
of
file name
"DATA"
into
array
variable
A
(15) in the DIM mode.
GET "DATA''A(*>
Load
the
data of file
name
"FX" into array variables G (0) to G (59)
in the
DEFM
mode.
GET "FX"
GC0>
,GC59 >
*Assuming
that
the
variables are expanded.
79

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents