Page 1 of 1

Condition based on global variables

Posted: 19 Nov 2013 01:09
by holiveira
Is there a way to use a global variable as a condition?

I'm currently using a script where i test if a bolean global variable is true, and if not, i execute comand break and the flow stops... is there any other way to do this?

I figured out that i can use the condition expression. But i think that a condition named global variable should be implemented in one of the next versions ;)

Re: Condition based on global variables

Posted: 19 Nov 2013 19:26
by Martin!
I don't think that is really necessary. You would still have to select a variable and type a value to compare against, so the only time saved would be that you maybe wouldn't have to type the "==" part manually.