Framework EDI Reference. Methods and Properties
ediDocument. ElementTerminator

Sets or gets the data element terminator used by the document.

Syntax:

Remarks

The ElementTerminator property specifies the string that separates the elements in a data segment.

Example

Set oEdiDoc = New Fredi.ediDocument
oEdiDoc.SegmentTerminator = "~" & vbCrLf
oEdiDoc.ElementTerminator = "*"
oEdiDoc.CompositeTerminator = ">"