Taylor,

To remove random odd numbers from a list you would write an expression
to test for Mod = 0 and use the boolean output as a cull pattern.

Mod (if i remember correctly) is the remainder of the division between
2 numbers.  An even number divided by 2 will produce no remainder.

-taz

On Apr 26, 9:07 am, Taylor <[email protected]> wrote:
> Hi all, how to extract the odd number from a list ? I use the F(X)
> tool and Dispatch tool but I dont know what should be type in the F of
> F(x), who can help me?

Reply via email to