IS THERE A WAY TO PASS LIST OF NUMBERS AS INPUT AT VERY BEGINNING. I MEAN I ENTER LIST OF NUMBERS IN DYNAMO PLAYER.IS THERE A WAY PLEASE HELP ME.
1 Like
1 Like
I think Stan’s proposal is what I’d also use set the string as an input and that’s it! Alternatively, you could use Data Shapes package to build input UI: Dynamo – data|shapes
2 Likes
The string split method is most commonly used in my experience. Sometimes it can be good to instead have users separate them with a more obvious separator like a comma, but otherwise it’s a sound approach given lists arent naturally constructible in Dynamo Player UI.
2 Likes
Thanks guys. I used csv to take list of numbers as input . But today i learned another way too…
2 Likes