RE: carriage return & line feeds
RE: carriage return & line feeds
- Subject: RE: carriage return & line feeds
- From: "Goodman, Steve" <email@hidden>
- Date: Wed, 6 Jun 2001 16:15:04 -0500
>
I'm writing an inventory report using Apple System Profiler
>
and then I use
>
URL Access Scripting to send the outputFile to an FTP location. The
>
problem that i am having is that the FTP location is W2K, so the
>
end-of-line characters don't work correctly. If I use RETURN
>
to mark the
>
end of each line of my file, they will not show up as
>
separate lines on
>
the remote server. So, I think I need to add another
>
character to the end
>
of my lines so that the lines show up correctly on the remote server.
>
I've tried a few things already, but they either wouldn't compile or
>
didn't work. Anybody have any ideas on how to accomplish this?
>
Currently, I am using a double-tab to mark the end of a line, but I'd
>
rather that this be more readable on the W2k end (it doesn't
>
need to be
>
nicely readable on the Mac end).
put a Carriage return(ascii character 13) and Line Feed(ascii character 10)
at the end of each line.
Steve Goodman
Digital Solutions Group
.......Before you criticize someone, you should walk a mile in their shoes.
That way, when you criticize them, you're a mile away and you have their
shoes.------Unknown