FileMaker
FM0-307 · Question #48
Given a custom function created in FileMaker Pro 12 Advanced defined as myFunction (str): Case (Length (str) > 0; Right (str; 1) & myFunction (Left (str ; Length (str) - 1)); str) What is the result…
The correct answer is B. tac. See the full explanation below for the reasoning.
Question
Given a custom function created in FileMaker Pro 12 Advanced defined as myFunction (str):
Case (Length (str) > 0; Right (str; 1) & myFunction (Left (str ; Length (str) - 1)); str) What is the result of myFunction ("cat")?
Options
- Acat
- Btac
- Ctacc
- Etactac
How the community answered
(30 responses)- A13% (4)
- B77% (23)
- C7% (2)
- E3% (1)
Community Discussion
No community discussion yet for this question.