Simple read/write record .dat file in Delphi
For some reason my OpenID account no longer exists even when I used it yesterday. But anyway. I need to save record data into a .dat file. I tried a lot of searching, but it was all related to databases and BLOB things. I wasn't able to construct anything from it. I have the following record type Scores = record name: string[50]; score: integer; end; var rank: array[1..3] of scores; I just need a simple way of saving and reading the record data from a .dat file. I had the book on how to do it, but that's at school. You should also take a look at the file of -method. This is kinda out-dated,