> and <

This block is part of the condition group and was last modified in core v14.0.4.

> and < v14.0.4

returns true if the number is between the two numbers (exclusive).

In pins 3
  • compare required
    number
  • > required
    number
  • < required
    number
Out pins 1
  • condition
    condition

True when number_1 > number_2 and number_1 < number_3 (both bounds exclusive) after JS-style Number coercion: numeric strings parse, empty string and a wired null count as 0, booleans as 1/0. False when any of the three pins is absent or coerces to NaN. Example: number_1=5 number_2=1 number_3=5 -> false (bound excluded).

is in between

A typical wiring for > AND <: the condition out pin feeds branch.

Studio canvas example for the > AND < block: typical wiring for > AND <.

Version history

Introduced in v14.0.4.


Back to condition Return to the main group to view all sub-groups Back to condition: number Return to the group to view all blocks within this group