Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a requirement where I have to add a text in one column like below
”abc
efg”
but am not able to display the data as above like 2 lines
am getting output as
abc efg
can anyone suggest how to implement it
thanks in advance
lmit
Hi
Try this:
"abc"+"\r\n"+"efg"
Regards
Shong