Delphi 5
i have an array called TestArray globally within my app.
during different stages of the app i fill the array up and then i post the array to a db. at this point i want to delete all the items
how do i delete all the items from my array so that i can start re-filling my array??????
i have an array called TestArray globally within my app.
during different stages of the app i fill the array up and then i post the array to a db. at this point i want to delete all the items
how do i delete all the items from my array so that i can start re-filling my array??????