> You could also fix the length of the lines, and use random access, > which is more efficient, but you can get a lot of wasted disk space and > reading a lot of bytes that are unnecessary (due to padding), and you would > need to keep an index file if you want to avoid reading the whole file in > and you need the entries displayed in a certain order. > > Keary Suska > Esoteritech, Inc. > "Leveraging Open Source for a better Internet"
Hi Keary, what is the command to WRITE in the way of random access? Is there a command opposite to "read"? Detlef
