Registriert seit: 13. Jul 2010
25 Beiträge
Delphi 2 Desktop
|
AW: FInd duplicate array and a quick way to search item per line on file??
19. Nov 2010, 12:10
Your first example is not sorted! But if it would be sorted then you're right.
-- EDIT
You can use AssignFile(), Reset(), Seek() and Readln to get a special line of a file.
Ups sorry!
Okey, I'll try. I have to check again that "AssignFile" doesn't load the file into memory. Thanks.
|