Detect Even and Uneven numbers?

Rookie question: what is the mod equivalent bubble? How do I separate the even number from the uneven one.

1 Like

There’s a “modulo” operator.

I have a tutorial that uses it to alternate rows in a repeating group: https://youtu.be/Y5G4YFqv5nw

For example: “X <-modulo-> Y” returns the remainder of X/Y

4 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.