loop in a loop

1.06K viewsCSS Questionsloop
0

how to reate loop in a loop to capture all devices on all tracks on all parameters?

Glenn V. Answered question
0

This would be a possible method. You can write loops and conditions inside the custom code of an Action. I added the Reaction from the picture to this comment.

Here”s some info of the importance of indentation when writing Python code.

You can even use an Action Block with the sole purpose of defining variables which can then be used inside the same Reaction. For example: you want to use a specific line of code a lot; store that line of code inside an easy to read variable and use that variable throughout the rest of the Reaction.

Glenn V. Answered question
You are viewing 1 out of 1 answers, click here to view all answers.