Page 1 of 1

Dropping last line of file.

Posted: Fri Feb 01, 2002 3:57 am
by Lee Martin
Has anyone ever had textpad drop the last line of a file before. I'm doing some real basic copying and pasting of ascii characters,files are about 1000 lines or so..give or take a few hundred. It's currency data..so the last line is kinda important,because it's always the latest one :)

Anyway..I can't seem to get this to work..all the other lines are cool ? Thank you all for your time. Oh..I've tried "terminating the last line..hard breaks..off and on...any other ideas ?

Re: Dropping last line of file.

Posted: Tue Feb 05, 2002 3:04 pm
by Roy Beatty
Hmm, see if those lines aren't "terminated" with a \n. Try adding a a terminator and see if that solves the problem.

Good luck,

Roy