Removing "Blank List Items

Does anyone know how to remove “blank” items from a list? See attached. Thank you.

you could try these nodes
image

Thanks for the reply. the first two must be custom nodes. Not sure how the third applies to my problem since I already know the list is not empty.

clear list
removeNull
list.clean

1 Like

is storage type a string or number?
try the node ToDouble from archilab
and remove the 0

I think @Nico_Stegeman already has the right answer for you.
But you do need to realize that an empty spot in a list occasionally what you want.

1 Like

Just use a mask.
image

10 Likes

Perfect. Thank you!

Agreed just not in this case. Thanks.

Great!