Can someone help me with this? I have a similar issue. The test text
overflow form is almost exactly what I need.Im trying to get the text
field Concat box only Concat text in (TextField1) but when it Concat's I
want a ";" after each 10 characters. Please help!$ =
Concat(TextField1_";")So essentially users can enter or paste into
TextField1 a column of numbers:012345678912345679012364567890and
TextField5 will separate like this:0123456789;1234567901;2364567890