Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!news.cs.indiana.edu!carbon!shelby!neon!poon From: poon@Neon.Stanford.EDU (Alex Dai-shun Poon) Newsgroups: comp.sys.mac.hypercard Subject: Writing an ASCII 0 to a text file Message-ID: <1990Dec15.111158.22240@Neon.Stanford.EDU> Date: 15 Dec 90 11:11:58 GMT Sender: poon@Neon.Stanford.EDU (Alex Dai-shun Poon) Organization: Computer Science Department, Stanford University Lines: 4 Does anyone know how to write an ASCII 0 to a text file? I tried doing "write the numtochar of 0 to file filename", but since hypercard does everything with 0 terminated strings, the above command doesn't write anything to the file. Any ideas?