Look at the bottom of the first example, where it says "' The example displays the following output:", and you can see how the Array.Clear method works. In your case, since you want to clear the entire array, you would do this:
Array.Clear(aaa, 0, aaa.Length)
I used to rock and roll every night and party every day. Then it was every other day. Now I'm lucky if I can find 30 minutes a week in which to get funky. - Homer Simpson
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.