how do i insert a carriage return in a text document

G

gnutty

I am trying to import a file that needs a carraige return after each line.
How do I accomplish this
 
C

Chuck Davis

-----Original Message-----
I am trying to import a file that needs a carraige return after each line.
How do I accomplish this
.
Import? What Office program?
 
R

Rob Schneider

A "carriage return" is a the character that forces a new line.

Assuming that it is a text file, open the file in Notepad, and at the
end point of each line, press RETURN to add the so-called carriage
return (a term from typewriter days). Resave the file, then import into
the program which requires this format.

Hope this is useful to you. Let us know.

rms
 
Top