Wrapping Text in Output.
I tried to display the user input parameter(user id) values in the output. When i enter more than 15 user id the displaying value in output does not wraps to next line, instead its displaying in single line extending the page size.
Displaying output: wdfe,yjsu,49fj,39sj,2890,ngh7,fhu2,bdhf,03ed,idj8,bfj7,bfhds,fhgi4,67fh,23bg,bgnt,jodi,fhvk,rnso,45hf,nvko,98fhg,8fhvk
Expected output: wdfe,yjsu,49fj,39sj,2890,ngh7,fhu2,bdhf,03ed,
idj8,bfj7,bfhds,fhgi4,67fh,23bg,bgnt,jodi,fhvk,
rnso,45hf,nvko,98fhg,8fhvk
I have created a single row, single column table and changed the table properties to wrap text, even though am facing the same issue.