newprogrammer999
Programmer
Hi
I am just beginning to use crystal reports and I have a really simple question. I'm trying to print multiple lines from one if statement but I can't find the syntax to print multiple lines i.e.
If (condition)
then
"Hello world";
"Hello again"
else
""
does not work
can you help me
I am just beginning to use crystal reports and I have a really simple question. I'm trying to print multiple lines from one if statement but I can't find the syntax to print multiple lines i.e.
If (condition)
then
"Hello world";
"Hello again"
else
""
does not work
can you help me