There are times when we want to add a new line in a text to be displayed in Label.
Use Char(10) to insert a new line in Label like shown below.

Use <br> to insert a new line in HTML Text Input like shown below.

There are times when we want to add a new line in a text to be displayed in Label.
Use Char(10) to insert a new line in Label like shown below.
Use <br> to insert a new line in HTML Text Input like shown below.