Hi,

I'm loading a couple of comboboxes with a few 100 items using an array. I only need them to load at the startup of the app. So because I don't need to use the array anymore I was wondering if they were still located in the memory and if so..: What would be the best way to clean it? Erase(myarray) or Array.Clear(...)