removing repative elements in symbol names to shorten code
wondering whats the easiest way to shorten elements that for instance, clearly were pragmatically programmed as the symbol names neaRLY all contain for instance "front and "back" and var 3 is "arm" well the code looks really really ugly typing this out in full this each time in an array. . for instance can i set a static element with var1=front and then just call that and for the back say var2=back to do the same.
the files all contain for a shirt the following
12 front and back arms
a torso front and back
using the variables
"var1"_+"var3"+"var4" is one (var 1=front, var 3=arm, with a counter at the end to make the #
im adding the as var4 the dress and jacket are front_arm_jacket or front_arm_dress and im trying to accoumdate this in the same script. im a bit confused how to set this, im aware in arrays you can push things to in/out etc so if its not needed its NULL and if that catagory needs it, pushes the thing to it
