To All
I have an array that has multi lined text saved to elements that render in xBrowse. I create each array element with line breaks using CRLF to render line breaks where I want them and that works fine.

Unfortunitly when I shrink up the lines the CRLF control codes show up.. is there a way to format the text to break in the correct spots without using CRLF ?
Rick Lipkin

I have an array that has multi lined text saved to elements that render in xBrowse. I create each array element with line breaks using CRLF to render line breaks where I want them and that works fine.
 cArray := cArray+", "+"'"+cCnt+" "+cContact+CRLF+"  "+cPetName+CRLF+"  "+cBreed+CRLF+"  "+CRLF+ltrim(str(nColor))+"'"
Unfortunitly when I shrink up the lines the CRLF control codes show up.. is there a way to format the text to break in the correct spots without using CRLF ?
Rick Lipkin
