Path: utzoo!attcan!uunet!samsung!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!uc!shamash!mpe From: mpe@shamash.cdc.com (2375) Newsgroups: comp.lang.pascal Subject: Re: need help "How do I print a file using Turbo5.5" Message-ID: <16398@shamash.cdc.com> Date: 12 Feb 90 15:27:45 GMT References: <22092@adm.BRL.MIL> <6558@uhccux.uhcc.hawaii.edu> Organization: Control Data Corp., Arden Hills, MN Lines: 9 To print anything using turbo pascal, simply open a file using the assign statement ASSIGN(fout,'PRN'); rewrite(fout); where fout is of type a) file of char b) file of byte c) text