I want to load/preload a lot of different resources however this means I have to manually enter a new variable and assign it to load("Resource"). I was wondering how I can Automatically loop through all of the resources and get that resources stored information. rather than cluttering up a bunch of code to manually load all of them.~~~~
Can I loop through several different resources without requiring load("resource")