View Single Post
09-22-09, 09:44 PM   #2
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
Originally Posted by Grimsin View Post
can you do a ..index more then once? and if so what would the local have to be then? in other words could i do something like this...
bgFile = "Interface\\AddOns\\!GrimUI\\Art\\Skin"..index\\Bottom"..index,

and if i can do that then what does the () look like? (#,#) ?
I have no idea what you mean by (#,#), but this is how you'd do what you're asking.

Code:
local index = 1

bgFile = "Interface\\AddOns\\!GrimUI\\Art\\Skin"..index.."\\Bottom"..index
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
  Reply With Quote