Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Removal of EOF Marker

Status
Not open for further replies.

nicatt

Programmer
Apr 2, 2001
43
US
I am concatenating the following files:
copy a_test.txt + b_test.dat = done_testing.txt

a_test has simple notepad text characters
b_test has @pRECTYPE="LEOF" as its only text

The resulting file looks like this:

adata stuff
@pRECTYPE="LEOF"


Note the paragraph mark at the end. I seem unable to remove it. While it doesn't seem to cause a problem when the file is processed on another system (since the mark is AFTER the LEOF statement) it would be nice to remove it.

Any ideas?

Thanks in advance......

Bob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top