Great stuff! I wanted something like a list training exercise to help me get around the methods like you showed here. I will definitely share your training with others. Please keep up the effort on this series it's some of the best Dynamo training I have seen.
@AussieBIMGuru5 жыл бұрын
Thanks so much! I will definitely keep this series going - glad it is helping 😃
@dylanholmes35022 жыл бұрын
This is such a great demo and series. I can now encrypt insults into all my buildings ;) haha. Thanks for all your work and I hope KZbin pays you handsomely through the ad dollars
@AussieBIMGuru2 жыл бұрын
Glad you enjoyed it! YT is a nice little addition on top of my consulting and career, but I mostly do it for fun.
@jaytank4362 жыл бұрын
This is gold!
@AussieBIMGuru2 жыл бұрын
Cheers!
@inakim20014 жыл бұрын
First of all I wanna thank you for making these great videos. Great demonstration on how to manage lists. Just one question, why do you use the "List.Map" function with "String.Concat" instead of using "String.Concat" directly in the output? Both give the same result in dynamo 2.03
@AussieBIMGuru4 жыл бұрын
You're right - it wasn't the best example to use! The only difference in output is the list structure; list map will keep the result at the same index depth, whilst standard method will lift them all to @L2 list (which is probably better anyway).
@victoralmonacingarcia51434 жыл бұрын
the node "String.ToList" don't work well in Dynamo2.5; How can I fix it?
@AussieBIMGuru4 жыл бұрын
Try string.explode in Crumple instead.
@AussieBIMGuru3 жыл бұрын
@Yuqing Liu send me an email at aussiebimguru@gmail.com and I'll look into it further.
@ahmedelgendy81664 жыл бұрын
First Thank you for all this great videos i have a warning in the custom node [string.Tolist] and the type of data input data is string for sure and it gives me some null !! so need your help in this and thanks in advance :)
@AussieBIMGuru4 жыл бұрын
I believe there is some issues with this node as mine also gives an error. Maybe try String.Explode from clockwork instead.