[comp.lang.pascal] saving graphicsin Pascal

ib35@vaxb.acs.unt.edu (11/18/90)

In reference to saving a graphics screen to a file in Turbo Pascal
<I assume v5.0+>, 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.