In a For Each Input loop, each iteration takes the next value from the list inputs while keeping constant inputs unchanged.
On the second iteration:
x = X (second value of W,X,Y,Z)
y = b (second value of a,b,c,d)
z = 9 (constant for all iterations).
So, the values are X, b, 9.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit