The return delimited data in the Contact field of a FileMaker Pro 8 database are:
John Smith
Mary Jones
Julie Hyde
Which three formulas can be used to extract the string "Mary Jones" (without quotes) from Contact? (Choose three.)
GetValue (Contact ; 2)
Middle (Contact ; 12 ; 10)
GetWords (Contact ; 3 ; 2)
MiddleWords (Contact ; 3 ; 2)
MiddleValues (Contact ; 2 ; 2)
Submit