> 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.


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to