HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

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.