PdfPrep.com

What is the syntax for using a collection field in an expression?

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

Exit mobile version