ID:161757
 
This sounds like it should be the easiest thing but I'm in a rut. I guess I'm just out of it today, or for the past week rather. I have a long list of icons all with the same name, however ending with a different number at the end. 'test1.dmi' - 'test99.dmi'. Is there any way to quickly pull this without having 99 different switch statements?
"test[n].dmi"

Depending on how you use it, that will work. If not, file("test[n].dmi"). Also note that this means that the files won't be loaded into the .rsc at compile-time.