Hi
I'm trying to read every line in a object through a loop function. The object looks like this.
So i tried the following code (also tried with '1'), and to read it directly msg.payload.1 doesn't works because it expexted a string and not a number:
I pretty new in javascript but i thought the $ meant that the word after have to read as a variable. Or i'm i wrong? Because i also tried with a object with words instead of numbers but still doesn't works.
Thanks at advance!
Kind regards,
Ward