as described.
I’m looking for probably the simplest thing that should be possible in Grasshopper.
very simply I have a list. some items are empty and some items aren’t.
I just want to translate that to Yes/ No. or True/ False list.
I can’t seem to find a way. replacing nulls with text works great for the empty cells, but finding whether an items has anything in it I can’t figure out.
@11159 This is gold, realizing I must learn coding to take GH to the next step.
@maje90 You win simplest solution, thank you. replacing false and true with yes no is pretty easy.
thank you, very useful in a lot of other applications.