hi

i'm appending some text to a flat file (.txt), but when i read it, i only want to read the last 5 lines. i can read the file fine forwards.

is there a way to append the text to the top, or is there a way to read it backwards (last text first)

--770