Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deleteing items from an array

Status
Not open for further replies.

minckle

Programmer
Mar 17, 2004
142
GB
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??????

 
Are you using a static or a dynamic array? What is it an array of?

-Dell
 
hi thanks for replying but ive got it sorted now

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top