Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!ncar!gatech!ukma!psuvm.bitnet!cunyvm!byuvax!taylorj From: taylorj@byuvax.bitnet Newsgroups: comp.lang.pascal Subject: Re: TurboP text color question Message-ID: <173taylorj@byuvax.bitnet> Date: 9 Apr 88 02:09:17 GMT Lines: 12 I think that if you use the DOS print string routine you'll get the colors you set in DOS. Make your own writeln routine that uses Turbo's MsDos procedure to call DOS function 9. If you need more technical details, let me know--I wrote a similar routine once just for fun. Another thought..., if you assign a text file to 'con' and write to the text file, that might do it too. Jim Taylor Microcomputer Support for Curriculum, Brigham Young University taylorj@byuvax.bitnet