Framework EDI Reference. Methods and Properties
ediDocument. SegmentTerminator

Sets or gets the segment terminator used by the document.

Syntax:

Remarks

The SegmentTerminator property specifies the string that separates the data segments in an EDI document.

Example

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