F
Developer Essentials for FileMaker 13 Exam
110 Questions
Question No. 1
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 Balck!"]
Else If [Get (LastMessageChoice) = "Red" ]
Show Custom Dialog ["You selected Pink!"]
End If
Show Custom Dialog ["You are done! "]
Which conclusion can be made?
Choose the correct option from the given list.
01 / 110