Hi All,
I have one text in which fields are separated by comma. I want to display the text in a text field. But whenever there is a comma the text following it needs to be printed in the same text field on new line.
Is there any way to achieve this.
e.g. if the address line 01 = ABC, 01/123 XYZ, 890776
then the output should be printed as follows
ABC
01/123 XYZ
890776
Thanks...