What is the effect of right-clicking a For Loop tunnel and selecting 'Concatenating' auto-index mode?
-
A
Each iteration's array output is concatenated into a single larger array rather than creating a 2D array
-
B
The loop concatenates all numeric outputs into a single string
-
C
The tunnel enables both input and output data flow simultaneously
-
D
The loop output is converted from a 1D array to a scalar by concatenation