12-06-2019 04:12 AM
12-06-2019 04:19 AM
I don't quite understand the question. The array will be something like FFTFFTT. The Trues are on. In general if you want to do something with an array you connect it to a For loop and check each element. Do you want to get the indices of the Trues? Loop through it and build an array of 'i' where the element is True.
Have the array changed and you want to know which changed? Do a XOR with the previous array (cached through a feedback node) and Search 1D array for True.
/Y
12-06-2019 04:19 AM
12-06-2019 04:22 AM
Thank you so much for helping me!!
Best regards
12-06-2019 04:23 AM
Thank you so much!! It has been very hepful for me your image!
Best regards