Hi all,
I am new here, so pls excuse me if I am asking something already answered (I have not found an answer yet).
So my question is why is the "else' statement missing from the "if" options? Is it implemented by some other means??
Its presence would save us from an awful lot of repetitions.
blockly else statement
Moderator: leecollings
-
- Posts: 18
- Joined: Wednesday 29 November 2017 11:03
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: blockly else statement
You have that:
If you want to run statement if none of the 'else if' branch evaluates to true, then just put an always true condition (with a user variable) in a last 'else if' branch.
If you want to run statement if none of the 'else if' branch evaluates to true, then just put an always true condition (with a user variable) in a last 'else if' branch.
-
- Posts: 4
- Joined: Wednesday 17 January 2018 16:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: blockly else statement
Thanks misfit, that's a good idea to get around the lack of the else statement. But why is it missing from the Domoticz blockly?
-
- Posts: 107
- Joined: Tuesday 31 January 2017 21:54
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: blockly else statement
blockly else if is only used a a placeholder for multiple ifs. check the wiki out. quite explained there. http://www.domoticz.com/wiki/Blockly
There is some activity regarding "if else" if it's possible to make it a real else if.
There is some activity regarding "if else" if it's possible to make it a real else if.
Re: blockly else statement
I tried this (Event - Blockly - All):

It doesn't work.
But the next one did (Event - Blockly - All):

The second one confirms that the value of the variable is correct.
Try to be as simple as possible with blockly's. One if and one do. Need something else done? Create another. It also helps troubleshooting.
And if you definitely need the else if, why not use the same components and use "is not" instead of "is"?
Who is online
Users browsing this forum: No registered users and 1 guest