Hello,

I want to enter 4 names in an array and then I want to clear it completely so that I can enter 4 new names. I have tried the Array.Clear(names) thing, but it is not working. Is that the right way to do it?

Thanks!