Hi,
There is a text box and i am trying to enter a large string value which has multiple lines.
When i try to assign the value in assign box it is showing error is quote should be ended, but if i put all of them in a single sentence, it is taking, how to assign the string value with multiple lines to a string variable?
Ex:
Now i Have to assign
strex="Hi,
There is a text box and i am trying to enter a large string value which has multiple lines.
When i try to assign the value in assign box it is showing error is quote should be ended, but if i put all of them in a single sentence, it is taking, how to assign the string value with multiple lines to a string variable?
".
How to do this?
TIA