hi, i have a problem while print long string in smart form.
If the string is too long to display in one line,
it is split into another line.
However, the words are also split into two lines.
For example,
my string is "this is a long string",
when it is printed , it become
"this is a lo
ng string"
Does anyone know how to solve this problem?
Would u pleas tell me, thanks a lot.