I’ve done a little experimenting with my dev code and i’m realizing that once a list is populated, the space is never cleared. It appears to reuse the space but it never frees it back to the script for use somewhere else. There does seem to be some long standing existence growth that kinda sucks too.
Has anyone figured out how to shrink lists after they aren’t needed back to null?