Solved
js code
I need to return a string of words without using comma and in output every word should come in a new line. Is this doable?
For example,
"äpple
mango
strawberry
guava"
I need to return a string of words without using comma and in output every word should come in a new line. Is this doable?
For example,
"äpple
mango
strawberry
guava"
You can try with new line character in the string and use value display widget and format it as html. So you can see the changes as per your need.
Regards
Shyam
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.