Condition based on global variables

Post your questions and help other users.

Moderator: Martin

Post Reply
holiveira
Posts: 1
Joined: 19 Nov 2013 01:03

Condition based on global variables

Post by holiveira » 19 Nov 2013 01:09

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 ;)

Martin!
Posts: 31
Joined: 26 Oct 2013 18:00

Re: Condition based on global variables

Post by Martin! » 19 Nov 2013 19:26

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.

Post Reply