TABLE OF CONTENTS
- 3.2.1. If my variable is some value between (that is = , + , - , or x ) then do :
- 3.2.2. Adding If else / else statement :
- 3.2.3. If my variable is some value between (that is > , < , not equal to < , or equal to > , etc.. ) then do :
- 3.2.4. Adding If else / else statement :
3.2.1. If my variable is some value between (that is = , + , - , or x ) then do :
Set this variable to set value equals to specified number value.
Add this block under the ‘do’ part of a “whenever’ or ‘when’ block is to execute it.
Example 3.2.1
3.2.2. Adding If else / else statement :
You can add an ‘if else’ / ’else’ statement where you can add more blocks to execute it. Just drag the ‘if else’ / ’else’ part of the block to the right side.
Result :
Example 3.2.2
3.2.3. If my variable is some value between (that is > , < , not equal to < , or equal to > , etc.. ) then do :
Set this variable to set my variable with integer more than or less or equal to a value.
Add this block under the ‘do’ part of a “whenever’ or ‘when’ block is to execute it.
Example 3.2.3
3.2.4. Adding If else / else statement :
Adding ‘If else / else’ statement as same like the above category with same performance (refer no. 2)