Hi

I'm using SSRS to create a requisition for a company. One of the fields is the description which can be quite long.

They want to be able to cut and paste the description (line by line) into another program, but the length of each line needs to be no more than 30 characters.

How can I loop through the description and insert a line break every 30 characters?

Thanks for any help!