algorithmic modeling for Rhino
I know this is simple but I'm new to GH and I can't figure it out... I have swapped a list of numbers for letters but I want them to read A1, A2, A3, A4 etc.
I've read quite a few threads about formatting masks but haven't found what I'm looking for, ideally I'd like to do it that way rather than plug in more bits as it's getting clunky.
Thanks in advance!
Tags:
Matt, that's spot on, thank you.
In the famous closing words of Columbo. Just one more thing... The sequence of numbers are from a different area which is created from other functions - I'm not using a list.
How do I move the returned value one decimal space so that I'm left with A1 rather than A1.0?
I could use your format line with sequence but I can't get that to count from 1 to 20+ when it gets to 10 it's returns 1 then 0.
Thanks again!
If you want to use Concat just put an Int component between the series and the B input.
If you use the expression option just put this in the expression it includes the A already.
You just need to plug the series into the x input
Format("A{0}", Int(x))
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by