Posted by Turbo Pascal on August 21, 2000 at 17:11:50:
Hi guys,
The updated rview is delayed few days more, due to a
problem that i found in roseta document.
The updated rview will have a zone editor, and i
discover a misunderstand in the zone structure from
the roseta document. I was thinking that the structure
was:
Ground zone1 (normal)
Ground zone2 (normal)
Fly zone (normal)
Ground zone1 (alternate)
Ground zone2 (alternate)
Fly zone (alternate)
one record for each box;
but seems that the correct structure is
ALL Ground zone1 (normal) for all box first, then
ALL Ground zone2 (normal) for all box,
.
.
.
ALL Fly zone (alternate) for all box,
So i have to change the structure this way:
- nground_zone1[num_boxes] of word
- nground_zone2[num_boxes] of word
- nfly_zone2 [num_boxes] of word
.
.
.
etc.
so, i have to take some more days to make the changes.
Turbo Pascal.