I want to have some file database with a lot of text. I know how to create and read file, but in this case, I need to find specific line and then read it. I don't really care for permonace. My first Idea was to create a lot of smaller files and save them in some archive, but I don't even know, if fp support archives. Thanks for any help.