BPM C# Split string

Ok so Split isn’t what you want, you probably want to replace the ~ with a line return or something:

BpmFunc.Replace(ttQuoteHedRow.ShipToAddrList, "~" , Environment.NewLine)
1 Like