Hi.
I want to convert a string into an array in my first loop and after the "Get Queue Status" function either in 1D or 2D, it does not matter.
I save data in a table to send them to a queue. The goal is to see this data displayed in real time in an array, the last 5 values only. That is to say that every second, a new value will be added in my array, but I want to see only the last 5 that were recorded. That's why I need to turn the string into a table.
If you know how to display a limited number of value, I am also taker of any ideas.