I have an exec
node running some code.
I connect to the return code
output. (The bottom one)
This is the message coming out:
{"topic":"DO_THIS","qos":2,"retain":false,"_msgid":"755998b4.052328","payload":{"code":0}}
I open the payload
part and copy the value. I'm guessing it is 0
.
But when I paste it I get:
0
but it isn't quite that easy.
I put that into a switch
node and it never gets through.
Wondering what is going on, I copy the value and paste it.
Things get weird now.
Screen shot time.
This is an arbitrary function
node.
Note where the cursor is.
So then I press paste and this is what I get:
Somehow there is a carriage return built into what I copied.
I'm confused.
What is going on?