FileMaker FM0-302 Question Answer
Click the Exhibit button.
You have two fields, Pointer and Product. Each field is defined to have three repetitions, and the data shown in the exhibit.
What is the result of the following formula?
Let(
[
$i[1] = Pointer[1];
$i[2] = Pointer[2];
$i[3] = Pointer[3];
$result[$i[2]] = Product[$i+1]
];
$result
)