Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!solo!vaxb.acs.unt.edu!ib35 From: ib35@vaxb.acs.unt.edu Newsgroups: comp.lang.pascal Subject: Re: saving graphicsin Pascal Message-ID: <1990Nov18.064200.41113@vaxb.acs.unt.edu> Date: 18 Nov 90 06:36:00 GMT Lines: 6 In reference to saving a graphics screen to a file in Turbo Pascal , everything is correct, except for when it comes to writing it to a file. You need to REWRITE(assign, record). Usually record=1, otherwise it won't properly save. As for saving multiple images to one file, I don't know that is can be done.