Thank you so much, so if i put substr(0,1); I read the first value, if i put substr(1,1); I read the second value, if I put substr(2,1); I will read the third value. Is it correct?
That’s not a string. msg.payload in that example is an object.
Have you read the page “ working with messages” in the docs? Which would help you to differentiate them.
the bit you want is msg.payload.var
It works using mg.payload.var and it is perfect to use chomp function to cut var: " and the final". I obtained the perfect string at the output. So thank you so much for the help.