Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!bdmrrr!davis From: davis@bdmrrr.bdm.com (Arthur Davis x4675) Newsgroups: comp.sys.mac.programmer Subject: Re: Carriage Returns Message-ID: <1990Jul31.002507.12533@bdmrrr.bdm.com> Date: 31 Jul 90 00:25:07 GMT Organization: BDM International Lines: 3 For the sake of keeping to standards, \n is supposed to be taken as a linefeed (ascii 10). You should be able to get a carraige return by using \r, or failing that, \015 octal, or \0x0d hex.