![]() |
![]() |
61 |
![]() |
Syntax Summary
|
RANDOMIZE
(see Chapter 3)
Use RANDOMIZE
is
used to
set the
seed for BASIC 2 Plus’s pseudx-random number
generator.
Syntax
RANDOMIZE
[seed-value)
where
seed-value is
a
numeric-expression.
READ
(see Chapter 2)
Use
READ is used
to read data
from a DATA statement into
general—variables.
Syntax
READ
general—variable[, general—variable)...
RECORD
(see Chapter 2)
Use RECORD is used to specify a record structure which can be imposed on strings.
or:
string-fleld-name[vector-field)
FIXED
length numeric-field-name
is a
numeric-identifier,
giving the name of a numeric field
string-field-name isa string-identifier,
giving
the
name of string field
vector-field
is
)dimension-bounds)
or
[dimension-bounds]
where dimension-bounds
is as in DIM.
storage-class
is
integer-class
(KEY)
or IEEE4orIEEE8
where integer-class is
one of BYTE, UBYTE, WORD, UWORD, INTEGER
length
is an
integer-evpression giving a
value in
the
range 1.4096.
|
BASIC 2 PIus: User Guide & Quick Reference
|
61
|
![]() |
![]() |
61 |
![]() |