Grasshopper

algorithmic modeling for Rhino

Hello.

I got a list from excel in grasshopper. Do you have an idea, how to split this list by every empty field in the list. The empty positions are irregular.

Thx

Views: 5530

Attachments:

Replies to This Discussion

Helloplease upload you list or something similar to test with.

cheers

alex

Hello Rane,

This works with <null>, you can test if it works with <empty> too. If not you would have to replace the [null] component with something that will test for <empty>.

to be sure it works with <empty> you can use text length and check resulting list with equal to , A gets the list, b gets 0 for the <empty>, meaning string with no characters. this outputs a true false pattern too.

When i suggested the text length component i had a feeling that in the end clean tree with <empty> would not work. Turns out it doesn't.

So i had to do the following

cheers

alex

Thanks you both for the good support! I think, this will work!

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service