Hi,
In a set of code, I have several variables tied to arrays. Ex:
- Color1 = Array(23,42,45)
- Color2 = Array(43,23,67)
Separately, I would like to enable others to choose between Color1 and Color2 if they want to, but not have to mess with any code and not have to select the color every...