Hello,
I’m new to Dynamo so this is my first post :). I’m simply trying to combine a set of paramters into one string as shown below. Any suggestions?
Thx, Rickard
Hello,
I’m new to Dynamo so this is my first post :). I’m simply trying to combine a set of paramters into one string as shown below. Any suggestions?
Thx, Rickard
Thanks KulKul but I’m to stupid to understand this
I’ve tried a little more and feel like I’m onto something???.. Problem is that only the last value is returned.
You have to get the parameter first for the ones that you need then after extracting the parameters, use string join to join them & then set.
Thanks Mohammadz! That works. But how do I connect it to the rest? How do I replace the “Select model element” node?