I have an array of arrays (or at least that is what I think it is) that I would like to clear from memory when the program is done using it (the program then continues on without it). Here is an example of how the array of arrays is created in case it is not what I think it is:
2.) This is a farily large array, so will the act of clearing it from memory take time (i.e. will it slow my program down by clearing it)?
Thanks much in advance.