Hi all,
I want to group some variables from a PLC in an array so I can process them with the same logic by just iterating the array with straton. The problem is that when I operate the variables in the array the change is not reflected in the original variables. Is there a way to pass the variables to the array by reference instead of value?
Thanks