Eliminate Nil from from a list?

hey all, i know its gonna be a basic question but is there a way i can eliminate nil values from a list?

thanks in advance

Luchbox has a remove nulls node. if that is what you mean.
list.clean also removes nulls.

4 Likes

no that does not work for “nil”

can you place a screen shot of what you mean?
if it’s a parameter value ‘nil’ you can filter by bool mask.


appreciate your time bro. its just a list of strings that comes out of a pyhton script. you can say its a parameter value

something like this?

image

1 Like