Could someone help me, I am outputting some data into different table cells, however some of the data are quite long and cannot fit onto the printed copy. I have tried to resize the width of each cell so that it fits the page, however some on text does not contain any spaces and therefore does not word wrap.
Some of examples of my data are:
rsdeltagammaalpha
rs deltamimes dsd
etc.
String "rs deltamime dsf" fits into three lines with a smaller cell width, however "rsdeltagammaalpha" cell width is the same as the length of the string.
Is there a way I can insert a space after a certain amount of characters have been displayed and thus cutting the string "rsdeltagammaalpha" into 3 sections.
Thanks heaps
Richard
Some of examples of my data are:
rsdeltagammaalpha
rs deltamimes dsd
etc.
String "rs deltamime dsf" fits into three lines with a smaller cell width, however "rsdeltagammaalpha" cell width is the same as the length of the string.
Is there a way I can insert a space after a certain amount of characters have been displayed and thus cutting the string "rsdeltagammaalpha" into 3 sections.
Thanks heaps
Richard