Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!crdgw1!uunet!math.fu-berlin.de!opal!unido!laura!cantor!hofmeist From: hofmeist@cantor.informatik.uni-dortmund.de (Thomas Hofmeister) Newsgroups: comp.lang.pascal Subject: How to flush the buffer in non-text files Message-ID: <3130@laura.UUCP> Date: 28 Mar 91 18:37:55 GMT Sender: news@laura.UUCP Organization: University of Dortmund, Germany Lines: 8 This might be an FAQ, but nevertheless... TP's procedure flush only works with text files. How can I do a "flush" in a "file of something" without doing a "close(file);open(file)" ? Thanks in advance....