Registriert seit: 26. Mai 2004
3.159 Beiträge
|
AW: FInd duplicate array and a quick way to search item per line on file??
19. Nov 2010, 11:39
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.
»Remember, the future maintainer is the person you should be writing code for, not the compiler.« (Nick Hodges)
Geändert von s.h.a.r.k (19. Nov 2010 um 11:43 Uhr)
|