S
Sharanya Suresh
Hi,
How to concatenate new line character to a string?
Eg: str = "hello";
str += '\n';
str += "world"
I must get
hello
world
How it can be done?
Thanks in advance
Sharanya
How to concatenate new line character to a string?
Eg: str = "hello";
str += '\n';
str += "world"
I must get
hello
world
How it can be done?
Thanks in advance
Sharanya