Hello everyone,
I need help!
I have a String with the value from many Excel Rows.
For example the variable “MobileNumbers” with the value (type String) “12345,12345,12345,12345”.
How can I replace the “,” with a newline?
So I get the following output:
12345
12345
12345
12345
Thanks in advance!
Dennis