Hello,
i have a 2D array type text that should be set to a special value.
Dimension is [5][50] where the 5 is the MyIndex parameter of the socket in the BatchModel.
Currently i am doing this in a for loop that loops 50 times for each socket and in the loop i set the array to the value.
StationGlobals[MyIndex][Counter] = "value".
Is there any faster way to do this?
Thx