What are best practises when finished with large arrays?
I have a script which compares devices on two domains to identify similar objects. One of the arrays contains >20K lines. Should I be clearing the array before closing the script ie. does it retain the info in the array in RAM when the script closes or is it purged?
Apologies if this seems like a silly question.