How to force UNIX text files as output instead of DOS text files??

Nick Name nick.name@inwind.it
Mon, 3 Mar 2003 01:21:09 +0100


On Mon, 3 Mar 2003 00:35:47 +0100
"Alexandre Weffort Thenorio" <alethenorio@home.se> wrote:

> the output file tends to be in DSO format. Is there anyway that I can
> force it to create the file in UNIX format???

I am not an expert on the subject, but ... maybe you just have to use a
string constant named "newline" (maybe a function with an implicit
argument of type (Dos|Unix)) instead of "\n".

Vincenzo