I'm currently writing a file converter for DBase-3 files in Java, but I'm having a problem creating the memo file headers. According to techincal info that I found on the Internet ( the first four bytes in the file header indicates the number of the next free 512 block in the memo file. When I open the memo file with a hex editor, I can't however not discover how this number is computed (or why it is needed in the first place).
Thanks in advance for your help.
Thanks in advance for your help.