home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- Path: sparky!uunet!mcsun!sun4nl!htsa.htsa.aha.nl!quintenu
- From: quintenu@htsa.aha.nl (Quinten Uijldert)
- Subject: Wanted: Code for sorting a file
- Date: Tue, 15 Dec 1992 13:53:54 GMT
- Organization: Algemene Hogeschool Amsterdam, Polytechnic Institute
- Sender: news@htsa.aha.nl (News Manager)
- Message-ID: <1992Dec15.135354.10665@htsa.aha.nl>
- Lines: 23
-
- Who can E-Mail me some code for sorting a file. The file contains
- records like this:
-
- TYPE
- RecType = RECORD
- Name, Street, Zip, Telephone: String;
- END;
- FileType = TEXT;
-
- VAR
- Rec: RecType;
- f: FileType;
-
- I Want to sort the file on Rec.Name, but I can't figure it out how
- to do it.
- I Use TP 6.0.
-
- Thanks in advance...
-
- ----------------------------+---------------------------------------------------
- Quinten Uijldert | 'HO HO HO !!' | 'It's an offer you can't refuse.'
- quintenu@solist.htsa.aha.nl | -Santa Claus- | 'All major creditcards accepted.'
- ----------------------------+---------------------------------------------------
-