IPWorks EDI 2020 macOS Edition

Questions / Feedback?

Suffix Property

What to append after each segment delimiter.

Syntax

public var suffix: X12translatorSuffixes {
get {...}
set {...} }

public enum X12translatorSuffixes: Int32 { case suffixNone = 0 case suffixCR = 1 case suffixLF = 2 case suffixCRLF = 3 }

Default Value

3

Remarks

If Suffix is different from suffixNone, trailing (suffix) characters are appended after each segment delimiter. This is useful if you want to have a carriage return/line feed after each segment to make the document more readable.

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