Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!netnews.upenn.edu!MIKEA%BROWNVM.BITNET@mitvma.mit.edu From: MIKEA%BROWNVM.BITNET@mitvma.mit.edu (Michael J Antonio) Newsgroups: comp.sys.mac.hypercard Subject: Read from file, write to file Message-ID: <12159@netnews.upenn.edu> Date: 19 Jun 89 12:28:17 GMT Sender: news@netnews.upenn.edu Distribution: comp Lines: 12 Approved: bell@eniac.seas.upenn.edu Believe it or not, HC actually DOES have an end of file marker. The following script works fine for me. on doIt read from file until empty put the number of chars in it end doIt When writing to a file, I use option charactors as end-of-field markers. I also use them when reading files into a stack. MikeA