Grasshopper

algorithmic modeling for Rhino

Does anyone know how to change that number ont he very left, the zero into sequential numbers? like 0, 1, 2 3 4. The script I had in VB script was

If x > 0 And x <= 20 Then
Print("True")
Else
Print("False")
End If

What do I need to add so that it will come out as a list rather than all linked together, I'm trying to extract just the true and false values but instead all of them come together.

Thanks a lot :D!

Views: 461

Replies to This Discussion

flatten the input ?

I flattened the output and it worked :] Thanks a lot!

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service