nerdexam
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)
  • A
    13% (4)
  • B
    77% (23)
  • C
    7% (2)
  • E
    3% (1)

Community Discussion

No community discussion yet for this question.

Full FM0-307 Practice