ID:266925
 
Ok. Im sure that Ive done this a thousand times before, but I just cant remember how to do it.
I need to know how to make a variable be useable in a icon name.
So its path would be something like '[variable1]/[variable2].dmi'. That will give me the right path name, however I cant use []'s in a single quotes.
I can make a workaround for this, but it would cause the proc to be insanely large.
Thanks.
-DogMan
Dont worry. I figured out how to do it. Using icon() I can make my icons path in "'s, meaning I can use variables in []'s.
-DogMan