IPWorks EDI 2020 Python Edition

Questions / Feedback?

element_repeat_count Property

The number of times this element is repeated in the in the segment.

Syntax

def get_element_repeat_count(element_index: int) -> int: ...

Default Value

1

Remarks

The number of times this element is repeated in the in the segment. If the element is not repeated this will return 0.

To access the repeated element values set element_repeat_index.

The element_index parameter specifies the index of the item in the array. The size of the array is controlled by the element_count property.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Python Edition - Version 20.0 [Build 8203]