Delete <empty> position

Hi, what´s the way to delete these empty positions?
Ebenen 3D für AV.gh (186.9 KB)

You’ll probably need to narrow down the problem and make explicit what isn’t working and where, and preferably get rid of third party plugins:

Edit: Also maybe continue your previous thread if it’s the same issue.

empty positions.gh (110.5 KB)

it isn´t the same problem like in my last thread.

Those appear to be empty strings. I’m sure there’s some Grasshoppery way of culling those, but here’s a GHPython approach:

190322_DeleteEmptyStrings_00.gh (4.8 KB)

Get the chars of the text. If the length=0, dispatch. This is the grasshoppery way. Not at a computer now, so can’t demonstrate.

1 Like

and from the old forum.