
Originally Posted by
PhotonJohn
Im just curious if anyone has tried to do this and had any success. What Im trying to do is have a script that sets a globalvariable to a string that calls out projector zones by name "Zone 1". Right now, the code Im working with is:
Globalvar UpperZones
UpperZones="SR 1" , "SR 2" (Ideally this would be a longer list of zones, just using 2 for testing)
However, this only makes UppserZones="SR 1" - Ive tried several ways with [] and {} and adding " " and ' ' as well.
if you do UpperZones="SR 1"+ "SR 2" it doesnt keep the quotations and = "SR 1SR 2"
Im basically trying to have a script that can create groups for my zones that i then reference for effects and other live controls. It would also allow for easy adaptation of new zones/zone names/shows since i could just use the grouping scripts/variables instead of hard numbers.
Let me know if any of you have an idea.
Thank you!