FileMaker8 Developer Essentials Exam FM0-302 Question # 32 Topic 4 Discussion

FileMaker8 Developer Essentials Exam FM0-302 Question # 32 Topic 4 Discussion

FM0-302 Exam Topic 4 Question 32 Discussion:
Question #: 32
Topic #: 4

Given a custom function created in FileMaker Pro 8 Advanced called "MyFunction" with a single parameter "Number" defined as:

If (

Number = 0 ;

Number ;

Number & ", " & MyFunction ( Number - 1 )

)

What is the result of MyFunction ( -3 )?


A.

?


B.

0


C.

-3, -2, -1


D.

-3, -2, -1, 0


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.