Hi,
I have an array of cluster, connectet to a while loop over shift register.
In the while loop I have to look for a specific cluster (I know the index of the cluster in the array), then compare an I32 value from the cluster to a value from another source. If these values are different then store the new value in the cluster. Else do nothing (next loop).
How can I do that?
I only need to manipulate one value from the cluster.
Thanks,
Thomas