Framework EDI Reference. Methods and Properties
ediDataElement. GetRepeatInstance

Gets the repeating instance of the data element.

Syntax:

Parameters:

Returns

Returns an object of type FREDI.ediDataElement.

Example:

Set oElement = oSegment.DataElement(1)
For i = 1 To oElement.RepeatCount
    Set oElementRepeat = oElement.GetRepeatInstance(i)
    txtTypeProduct(i).Text = oElementRepeat.Value
Next

Sample

M_GetRepeatInstance.zip