I think my question is very simply but I don't have any idea of how to do this...
My app draws some checkboxes and saves a values for each checkbox into a matrix:
Public Class Form1
Dim mcheck(0) As CheckBox
then with a control button I will load a thing in my form that requires that matrix empty again (0) without any table/value/instance like in my first declaration to add more values from scracth (0) (1) (2) etc...
What I need to do to reset the table/contents/values of that matrix?
PS: Really sorry for my english.
Thankyou for read
