A FileMaker Pro 11 file contains the following script:
Set Variable [$counter Value:1]
Go To Record/Request/Page [First]
Loop
Go To Record/Request/Page [Next]
Exit Loop If [$counter > Get(RecordNumber)]
Set Variable [$counter Value: $counter + 1]
End Loop
#
Exit Script [Result: $counter] If this script is executed in a context where there is found a set of six records, which value will be returned from the script?
Show answer and explanation
Correct answer: C