3
Reply

how to delete all values from string array

darma teja

darma teja

Oct 23 2012 5:10 AM
2.5k
Hi,

I want to delete all valuse from words array at last.

     string[] words = s.Split(',');
     listBox2.Items[i] = words[3];

     -- Now i want to clear words array.


Thnaks


Darma

Answers (3)