Alex2018
Hi ,
Is there any text control I can start a new line for example
Hello World
Hello world
the 2 strings should be in the same text control just start with a new line ( some kind of /r)
Thanks.
SPARK Support
Hello Alex,
The Text Area control allows the use of \r and \n, and will produce a new line when added to a bound String variable.
https://salientprocess.zendesk.com/hc/en-us/articles/206595127-Text-Area
Regards,
Stephen P.
Alex2018
I just notice and that my problem was when you binding to a table (as a List ) it doesn’t work
Thanks.
SPARK Support
Hi Alex,
Yes, Table needs to be bound to a list of Complex Type. The \n and \r will work in a String property of the Complex Type when bound to a Text Area control in a Table.
Regards,
Stephen P.