Multiple choice technology programming languages

The ADD statement is used to add the new field value to the record only inside the FOR EACH RECORD loop statement.

  1. True

  2. False

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

In Model 204, the ADD statement for adding new field values to records is indeed restricted to use within a FOR EACH RECORD loop. This is because ADD operates on the current record context, which is only established inside the loop. Outside the loop, there is no current record to which fields can be added.