If you create the array within a function it will be deleted the moment the function ends
{
array[x][y][z];
blabla;
} // array deleted
User Profile
Collapse
-
Hi there,
I'm still a student but I think this is what you need.
Code:for ( iterate through 1st array dimension) { for ( iterate through 2nd array dimension) { for (iterate through 3rd array dimension) { delete array [1st] [2nd] [3rd] } } }
then the first element...Leave a comment:
No activity results to display
Show More
Leave a comment: