Printing strings with new lines #2492
Answered
by
bruno-f-cruz
sumiya-kuroda
asked this question in
Q&A
Replies: 3 comments 5 replies
-
|
This is my workflow, |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
What you are observing is indeed the behavior of the text visualizer. At rendering time, any |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I see. Thank you very much! @bruno-f-cruz What is then a Bonsai-friendly way to achieve what I want in this case? Should I use Loop to go through each element? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a


List<string>that I want to print each element, separated by new lines. However, at the moment it prints with just a space, not a new line. This is a screenshot of my visualizer:And this is a screenshot of my workflow:
And this is what is going on inside my custom C# script
ListToMultilineString:Does anyone know what still needs to be done?
Beta Was this translation helpful? Give feedback.
All reactions