Hello all!
I want to output a formatted message in Robomotion with a new line carrier. So, I want the string
“Hello\nWorld!”
to be logged (it doesn’t matter if in EVENTS tab - using Log node - or OUTPUT tab - using Debug node) this way:
Hello
World
I’ve stored the string in a msg JSON field and the “\n” is ignored in the output by both nodes (Log or Debug).
I just want an output that respects “\n” in the string message. There is a way to accomplish that?
Thanks in advance!