File - read from EOF
hh
hh at hyperhh.de
Sun May 28 13:37:35 EDT 2017
> JB wrote:
> ... I want to read in sections from the EOF and
> stop at the beginning of the file instead reading
> from the start to EOF.
>
> I have no problems opening, reading and
> closing files or reading in sections.
>
> Does anyone know the easiest way to determine
> when I reach the start of the file similar to
> using EOF to stop reading at the end of the file?
As you know how to read in sections:
Simply read one section after the next one until
it is empty.
More information about the use-livecode
mailing list