How to log data items during loop?
Hello, I have the following question. Is it possible to track different things within a loop, e.g. several data items are filled each time within the loop and then again in the next loop? Can I somehow save or log the contents of these data items so ...