help with data in a field
Posted on January 21, 2016 at 8:02am
help people, i want to show this string data = "hello cat"
like this: hello
cat both in the same field, one under the other
Any idea thanks
Joined: Oct 7 2015 - 2:59pm
Last seen: 6 years 8 months ago
Posted on January 21, 2016 at 1:02pm
String data = "hello" + "\r\n" + "cat". This should show what you want when you preview the report.
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 11 months ago