Posted by: Pdfprep
Post Date: December 22, 2020
What is the syntax for using a collection field in an expression?
A . Like this MyCollection(MyField)
B . Like this MyCollection[MyField]
C . Like this [MyCollection[MyField]]
D . Like this MyCollection.MyField
E . Like this [MyCollection.MyField]
Answer: E
Leave a Reply