I have declard some global Array variables in the Module files and after finishing the processing how can I intialize the global array variables to nothing?
Public gltest(1 To 4, 1 To 10)
If I don't initialize the global array variable to nothing does it hog the memory?
thank you
nath
Public gltest(1 To 4, 1 To 10)
If I don't initialize the global array variable to nothing does it hog the memory?
thank you
nath