Sets or gets the component element terminator used by the acknowledgment.
Syntax:
object.CompositeTerminator = <sTerminator>
<sTerminator> = object.CompositeTerminator
Remarks
The component element terminator does not have to be set because the component element terminator used by an interchange in the subject document is used by the corresponding interchange in the acknowledgment document. If the terminator is explicitly set, then the component element terminator will be used for all the interchange(s) in the acknowledgment.
Example
Set oEdiDoc = New Fredi.ediDocument
Set oAck = oEdiDoc.GetAcknowledgment
oAck.CompositeTerminator = ":"
oAck.EnableFunctionalAcknowledgment = True
oEdiDoc.LoadSchema sPath & "850.SEF", 0
oEdiDoc.LoadEdi sPath & sEdiFile