Wow, I never knew you could not access records with an index in a sequential file D:!
So I guess i'll leave that for random access. How would you (in pseudocode) check the 999th record for a sentenal value, you'd have to loop through the whole record? thats very inefficiant :(