Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!ERENJ.BITNET!SRFERGU From: SRFERGU@ERENJ.BITNET (Scott Ferguson) Newsgroups: comp.sys.apollo Subject: Re: ms_$mapl and fseek/fread Message-ID: <8910241926.AA14629@umix.cc.umich.edu> Date: 24 Oct 89 19:13:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 9 Actually, I should have mentioned that I create the file prior to ms_$mapl by using creat, write, and close. Then I append it by using ms_$mapl. Therefore, the file is of type 'uasc' and has the 32-byte header. I guess, though, that the header is different than it should be still. I think I'll skip this whole thing and go back to using stdio functions for portability. Scott