Multiple choice technology programming languages

Which statement is necessary when using lists with FIND statements?

  1. FOR EACH

  2. FOR WHICH

  3. FOR EACH RECORD IN LOOP

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Model 204 User Language, when you want to loop through and process records that are stored in a list, you must use the FOR WHICH statement to iterate over the list members.