Hi, I have been working on a personal directory program. This program can axcept up to 10000 entries which store them on an a database file and at the start up it store each line to the correct variables. forexample if there is 6 names it would be

name(1) = "something"
name(2) = "somthing"
so on
name(6) = "somthing"

So now I have created a new future for the program which the user is able to delete an entry. When the program is running the program works fine and it deletes the entery. The program is when you exit the program, it should update the database that is the part I am confused I don't know how to do it. Can someone please help me I am desperate.