How to add a breakline (FR Designer)
Hello,
I want a separate line with a breakline . with #10, #13, #10#13, \n, \r\n it does not work.
how can it still work?
this is my code:
stext := test1 + #13 + test2;
I want a separate line with a breakline . with #10, #13, #10#13, \n, \r\n it does not work.
how can it still work?
this is my code:
stext := test1 + #13 + test2;
Comments
Mick