Multiple choice technology web technology

What is the variable,which will give the current index of the List in a LOOP

  1. $index
  2. $iteration
  3. $count
  4. $ListCount
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In webMethods Developer, when iterating through a list using a LOOP construct, the built-in variable that provides the current iteration index is $iteration. This variable automatically tracks the current position in the loop, starting from 0 or 1 depending on configuration. The other options ($index, $count, $ListCount) are not the standard loop index variables in webMethods.