I was wondering about how to remove or skip the auto line feed when combining several field text.
My field boxes can be of random text lengths.
I have a 2 field boxes that i want to take the text from put in to another field box.
i read that each field is handled as:
"some text"+ cr
example:
instead of:
text1
text2
i want:
text1 text2
So wondering how to deal with doing that?
or can it be?