Condition Editor

Prev Next

Several of the Block Types described in this section utilize the Condition Editor. Follow the steps below to create a simple condition:

  1. First select a variable from the (A) first drop down that your condition will be based on

  2. The (B) middle dropdown menu contains the operation. This list of options depends on the data type of the first variable

  3. Select (C) final portion of the condition from the last dropdown. The last dropdown options are determined by the two previous selections

  4. If you plan on having the If or While statement depend on more than one condition you can use the (D) Add button to add more conditions. This adds another row with the same prompts, as shown above

  5. You can connect the conditions with an (E) And or an Or

NOTE: Connecting with an And would require both conditions to be true to execute the code in the Do section of the block. Connecting with an OR would require one of the conditions to be true to execute the code in the Do section of the block.

  1. Alternatively, you can use the Remove button to remove a condition

  2. Click OK when complete