RE: linefeed

2003-06-27 Thread Charles Scheepers
- From: McMahon, Christopher x66156 [mailto:[EMAIL PROTECTED] Sent: 26 June 2003 17:08 To: Charles Scheepers; [EMAIL PROTECTED] Subject: RE: linefeed I just did this myself (see the item from this list from the 24th with title "duh...") I had to mess with chomp and

RE: linefeed

2003-06-26 Thread McMahon, Christopher x66156
I just did this myself (see the item from this list from the 24th with title "duh...") I had to mess with chomp and chop both (you might have to play with them to get your format exactly right), there might be a more efficient way to do this, but this works:

Re: linefeed

2003-06-26 Thread Sudarshan Raghavan
MAIL PROTECTED] (011) 324-9026 (084) 511-6164 -Original Message- From: Darbesio Eugenio [mailto:[EMAIL PROTECTED] Sent: 26 June 2003 10:55 To: Charles Scheepers; [EMAIL PROTECTED] Subject: RE: linefeed -Original Message- Charles Scheepers wrote: Hi All I am h

RE: linefeed

2003-06-26 Thread Darbesio Eugenio
-Original Message- Charles Scheepers wrote: >>>I an actually running the program on an UNIX platform, but it still uses CRLF in >>>the output. I have actually tried: "print FILHNDL >>>"Text...\012";" and the output >>>is still translated to CRLF. Will utilities like dos2unix make a dif

RE: linefeed

2003-06-26 Thread Charles Scheepers
, Charles Scheepers Pr.Eng. [EMAIL PROTECTED] (011) 324-9026 (084) 511-6164 -Original Message- From: Darbesio Eugenio [mailto:[EMAIL PROTECTED] Sent: 26 June 2003 10:55 To: Charles Scheepers; [EMAIL PROTECTED] Subject: RE: linefeed -Original Message- Charles Scheepers wrote:

RE: linefeed

2003-06-26 Thread Darbesio Eugenio
-Original Message- Charles Scheepers wrote: >>>Hi All >>>I am having a problem with linefeed. I have written a program that writes records >>>to an output file. The program that uses this >>>file as input requires that all >>>records are ended with "\x0A" and not CRLF (\x0D\x0A). This