Path: utzoo!utgpu!watmath!watdcsu!dmurdoch From: dmurdoch@watdcsu.waterloo.edu (D.J. Murdoch - Statistics) Newsgroups: comp.lang.pascal Subject: Re: Variable length output with Write(ln) inTurbo Pascal 5.0 Message-ID: <5423@watdcsu.waterloo.edu> Date: 14 Jan 89 19:41:09 GMT References: <1779@pur-phy> Reply-To: dmurdoch@watdcsu.waterloo.edu (D.J. Murdoch - Statistics) Organization: U. of Waterloo, Ontario Lines: 6 In article <1779@pur-phy> murphy@newton.physics.purdue.edu (William J. Murphy) writes: >Can I control whether Write or Writeln print out a carriage return line >feed? Am I missing something? Write will only put a CR/LF in if you specifically ask for it.