Why is it not working viceverca, number to string?


Hello,

I can take string-numbers(int) and i can convert them to numbers, BUT when i take a list of numbers to make them to strings. Dynamo makes a “sentence” and not listing it any more, why?

KR

Andreas

I believe it is because the .ToString() method is not interrogating the information as a list in any way, but literally just whatever is input. Try the String From Object node.

1 Like

Or x+””; in a code block.

4 Likes

Huh, that seems intuitive… :rofl:

1 Like

:slight_smile: Thank you!