EasyManua.ls Logo

Sharp PC-1403 - Page 90

Sharp PC-1403
252 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
8 4
1
0 DIM
8
(2
)
2
0
A
(
28
)
=
5
3
0
B
C
-
=
1
2
40
A
(30)
=
9
T
h
e
re are
2
6 fixed
va
ri
a
b
l
e
na
m
es
a
va
i
l
a
b
l
e
,
i.e
.,
A
th
r
o
ug
h Z
(
A$
t
hro
u
gh
Z
$
)
.
E
a
c
h
of th
es
e
n
a
mes
ca
n
b
e
subsc
ri
pte
d
w
it
h n
u
m
ber
s
1
t
h
ro
u
g
h
2
6
,
su
c
h
as A
(
1
)
-
A
(26
)
or
A$
(
1)
-
A$
(
2
6)
.
T
h
i
s
m
ean
s th
a
t v
ar
ia
bl
e A
(1 )
m
ay be
u
s
ed
in
pla
ce of
va
r
i
a
ble
A
,
A(2) in
pl
ace
o
f
B
,
A
(
3
)
i
n
p
la
ce
o
f
C
,
a
nd so
f
orth
.
H
ow
ev
e
r
,
if
a
n
a
rr
a
y
nam
ed A
o
r
A
$ h
as
al
r
ea
d
y
bee
n
de
fi
ne
d
b
y
t
h
e
DI
M
st
a
t
e
m
e
n
t
,
subscri
p
ted v
a
r
i
ab
les
nam
ed
A cannot
b
e
de
f
in
e
d
.
F
or
e
xa
m
p
le
,
i
f
ar
ra
y A
i
s
d
e
fi
ne
d
by
DIM A(
5
)
,
t
h
e
l
o
c
at
i
on
s
f
or
A
(
O
)
t
h
r
oug
h
A
(
5)
a
re
se
t
asi
de
in the
p
ro
gr
a
m
/
d
a
ta
area
.
So
i
f
yo
u
s
p
ec
i
fy
va
ri
a
ble A(
2)
,
i
t
doe
s not
re
fe
r
t
o
fix
ed
va
ri
ab
le
B
,
b
u
t
re
f
e
r
s
t
o
th
e
ar
r
a
y
v
a
r
i
ab
l
e
A
(
2)
de
f
i
ne
d
i
n
t
h
e
pro
g
ra
m/data
ar
e
a
.
If
yo
u
sp
e
cify
A(9
)
,
i
t w
ill
c
au
se
a
n
e
r
ro
r
s
inc
e
A
(9
)
i
s
ou
t
si
de the r
an
ge
o
f
t
he
dim
e
n
si
on s
p
ec
ifi
ed b
y
t
he
DI
M
A
(
5)
s
t
a
t
emen
t.
I
n
t
urn
,
i
f s
u
b
sc
r
i
pted
v
a
r
i
ab
le
s
a
re
a
lr
ea
dy
de
fi
ned
i
n
th
e fo
r
m
o
f A
( )
,
it
i
s
n
ot
po
s
s
i
b
l
e to
d
efin
e
a
rray A
o
r A$
b
y
u
sing
t
h
e
DI
M
s
t
a
t
eme
nt
,
un
le
s
s
t
he
de
f
i
n
i
t
i
o
n for
t
he
s
u
b
sc
r
ipt
e
d v
a
ri
a
b
les
i
s c
l
e
ar
ed
w
it
h
th
e
CLE
AR s
tate
m
ent.
"
Us
i
ng
subsc
r
i
pts
i
n
e
x
ce
s
s of
26
:
I
f s
ub
sc
r
i
p
t
s
grea
te
r
th
a
n
26
a
r
e
us
ed
f
or s
ub
scri
p
ted
vari
a
b
les
A
(
)
w
h
e
n
arr
ay A
i
s
no
t
de
fin
ed by a DIM s
ta
t
e
m
e
nt,
the
co
rres
pon
d
in
g
l
oc
a
t
i
on
s
i
n
th
e
pro
g
ram
/
d
ata
area are s
e
t
as
id
e for
th
e
se A
( )
var
i
a
bl
e
s.
F
o
r
i
n
st
a
n
ce,
i
f you
e
xe
c
ute
A(3
5
)
=
5
,
l
oc
at
i
o
n
s
f
or
v
a
r
i
ab
le
s
A
(27)
t
o A
(3
5
)
wi
ll
b
e reserved
i
n
t
he
p
r
o
g
ram/
dat
a
a
r
ea
.
Wh
il
e
va
ri
a
b
l
es s
ub
s
cr
i
p
ted in
e
xc
e
ss of
2
6
a
r
e
t
reate
d as
a
rr
a
y
varia
b
l
e
s
,
t
h
e
y
a
re
s
u
b
j
ec
t
t
o t
h
e
f
o
l
lo
win
g
s
p
ecia
l
r
es
t
ricti
o
n
s
:
(
1)
L
oca
t
i
o
n
s
f
or
a
n
a
rr
a
y
w
it
h
the s
a
m
e
n
a
m
e
mus
t
b
e
co
n
t
i
g
u
o
u
s
i
n
t
h
e
program
/
da
ta
are
a
.
O
t
h
e
rw
ise,
a
n e
rro
r
w
ill
o
cc
ur
.
Va
r
iables
I
n
the
For
m
ot
A
( )
W
h
e
r
e
as a
d
ata
are
a
on
t
he
c
omput
e
r's
me
mo
ry
i
s
se
t
asi
de
for
fi
xed
va
r
ia
b
l
e
s, it
m
a
y
also be used to
d
e
fine s
ub
sc
r
i
pte
d
v
a
r
i
ab
l
es
w
h
i
ch
h
a
v
e
t
he s
am
e
for
m
a
s
a
r
ra
y
v
ar
i
a
ble
s
.
E
l
em
e
n
t
Li
n
e n
um
be
r
St
a
t
eme
n
t &
f
u
n
ct
i
on
Ot
he
r
s,
I
ENTER
)
N
u
mber
of
byte
s
u
s
ed
3
b
y
t
es
1
byte or 2 bytes
1
byt
e
Conc
e
pt
s and
T
er
ms
of
BA
SIC

Related product manuals