Combines selected text separated by a delimiter. Especially useful to combine segment values to create a delimited account combinations but can be used to combine any text.

Parameter Description
Segment1 through Segment20 Enter segment values that you wish to combine into an account combination.
Delimiter Defaults to “.” if you leave this parameter blank but you can override it to any delimiter.

Example =Combine_Text("01","100","7000") will return “01.100.7000”.