Want to pass your Developer Essentials for FileMaker 11 FM0-305 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Given the following formula in a calculation field that returns a Text result: Let( tmp = "2 * 5" Evaluate( Quote ( tmp ) ) ) What will be returned?
A. the value 10
B. the value "10", quotes included
C. the value tmp
D. the value "tmp", quotes included
E. the value 2 * 5
F. the value "2 * 5", quotes included
Given the following script:
Show Custom Dialog ["Please select either Black, Red, or Pink"]
# assume default button Black, second button Red, and third button Pink
If [ Get (LastMessageChoice) = 1 ]
Exit Script [Result: "You selected Black!" ]
Else If [ Get (LastMessageChoice) = "Red"]
Show Custom Dialog [ "You selected Red!" ]
Else
Show Custom Dialog [ "You selected Pink!" ]
End If
Show Custom Dialog ["You are done!"]
Which conclusion can be made?
A. Every user will see at least two dialogs.
B. Every user will see the "You are done!" dialog.
C. Users will never see the "You selected Red!" dialog.
D. The user will see "You selected Black!" if they click the default button.
Which statement is true about script parameters in FileMaker Pro 11?
A. Script parameters can include any number of repetitions.
B. A subscript inherits the script parameter of the script that called it.
C. Scripts set to run OnFirstWindowOpen cannot include script parameters.
D. When choosing scripts from the Scripts menu, script parameters can be added by holding down the Option (Mac OS X) or Alt (Windows) key.
E. Get( ScriptParameter ) results in a returndelimited list of script parameters for all currently running scripts in a window's script stack.