Forum Discussion
TammieKing
3 years agoQrew Cadet
I think you need to change the separator before replacing the commas.
First replace the Comma+Space with a semicolon. Then replace the commas.
Try this for Control1:
var text ControlTemp = SearchAndReplace([Control],", ",";");
var text ControlNew = SearchAndReplace($ControlTemp,",","");
Part($ControlNew, 1, ";")
------------------------------
Tammie King
------------------------------
KathyBenjamin
3 years agoQrew Trainee
Thank you. That worked awesome.
------------------------------
Kathy Benjamin
------------------------------
------------------------------
Kathy Benjamin
------------------------------