Pistons using Global Variables


#1

I’m going to go out on a limb here and say that there is no way to tell which Pistons are using a global variable. Just confirming that my thoughts are true?


#2

I haven’t found an easy way other than going into each piston.


#3

Same here…
After 10 months of creating-changing bunch of pistons., finally I came up with “Be more organized” piston LOL…
Now everything I do is written down in a flow chart document…
It takes about 30 seconds to figure out what is connected to what and does what:)))

But I’d like to hear if there is a way of telling.


#4

I agree with @ike2018, using a flow chart (or even a text file) can really help to keep track of the growing complexity…

That being said, the second easiest way that I know is to use a full PC web browser, and click a piston that might contain the code. Then press Ctrl-F and type in @yourGlobal in the Find window. Then use the highlight option to make that one word stand out. If you don’t see the offending code there, just back up and try another piston.

temp


Find Usages of Global Variables and Pistons
Is there a global search feature?