In my notes I’ve got
[VarDef, NewLine, [StrMerge, [StrFromAsc, 13], [StrFromAsc, 10]]] // |N
down as newline character(s).
However, this doesn’t seem to work for internal messages.
[VarSet,message, [StrMerge, "Hello", "NewLine", "world!"]]
I would hope to get:
Hello
world!
Only it doesn’t, it just ignores it with:
Helloworld!
I’ve tried \n \r\n and \n\r and am now all out of newline /carriage return codes.
Any ideas?