STE 80722
– 100 –
1.2 File contents
A file is composed of one or more records. Different kinds of files are made up of
different kinds of records, each of which is shown below.
Furthermore, in the tables below, the value in the Size column is the maximum size
of the data section. "Fixed" means that the length of the data section is fixed;
"Variable" means that the length is variable.
(1) RAM file
Record structure
No. Name Size(byte) Description
1
Character
data
Max 252
(Variable)
ASCII code alphanumeric characters and
symbols
2 CR 1 (Fixed) Record end code (0x0D)
This record corresponds to one line of a program or one line of positional data.
For information on file structure, see Para. 5.4, "RAM Files."
(2) User file directory