FileMaker8 Developer Essentials Exam FM0-302 Question # 27 Topic 3 Discussion

FileMaker8 Developer Essentials Exam FM0-302 Question # 27 Topic 3 Discussion

FM0-302 Exam Topic 3 Question 27 Discussion:
Question #: 27
Topic #: 3

Given a FileMaker Pro 8 database containing these two scripts::

Script A:

Perform Script ["Script B" ; Parameter: 3]

Show Custom Dialog [Get (ScriptResult)]

Script B:

Set Variable [$x; Value:Get (ScriptParameter)]

Loop

Set Variable [$result ; Value: $result + $x]

Set Variable [$x ; Value: $x - 1]

Exit Loop If [$x = 0]

End Loop

Exit Script [Result: $result]

If a user runs Script A, what value will be displayed in the custom dialog?


A.

0


B.

1


C.

6


D.

9


Get Premium FM0-302 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.