Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
General Development
»
Variable Question
Variable Question
04-29-2006, 11:45 PM
#1
kaldoreielf
Lets say I have variable called Variable its a string with an array of 10. I want to set them all to the same thing, but only in one line. So is there a way to set the variable to something only using one line of GUI?
like Variable[0] or something.
04-30-2006, 12:15 AM
#2
TaintedReality
No, but looping through it would only use 3.
04-30-2006, 12:38 AM
#3
kaldoreielf
ok thanks.