is empty

This block is part of the condition group and was last modified in core v10.4.28.

is empty v10.4.28

checks if the number is empty

In pins 1
  • Number required
    number

    The number to be checked.

Out pins 1
  • condition
    condition

    The condition that tells if the given number is empty or not.

True only when the number pin resolves to nil/missing; any actual number yields false, INCLUDING 0. Example: number=0 -> false (zero is a value, not empty).

A typical wiring for is empty: the condition out pin feeds branch.

Studio canvas example for the is empty block: typical wiring for is empty.

Version history

Introduced in v10.4.28.


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