ID:161757
![]() Apr 3 2008, 12:56 pm
|
|
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?
|
Copyright © 2025 BYOND Software.
All rights reserved.
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.