corkymccorkle
04-03-02, 09:35 PM
hi, i need help with sequential access files. I was wondering how i could go back and forth between records such as in this text file
rec1, "hi"
rec2, "howdy"
rec3, "bye"
how could i be able to navigate up and down in this file, so that if i last inputted rec3, that i could go up a line and input rec2.
rec1, "hi"
rec2, "howdy"
rec3, "bye"
how could i be able to navigate up and down in this file, so that if i last inputted rec3, that i could go up a line and input rec2.