Hi. My student has a string variable of type str2000. It is for people to add additional comments to a survey if they want to. Most write nothing, some write a few words, a few go on for several hundred words.
What is an aesthetically appealing way to list these comments? If I use the list command, every comment (even it is only a few words) takes up several lines, and each line after the first starts with a >.
I would like each comment to take up only as much space as is needed, and for long comments not to have > inserted on each line. A blank line after each comment would be nice too.
I suspect there is an easy way to do this, but I've never worked with such long string variables before.
What is an aesthetically appealing way to list these comments? If I use the list command, every comment (even it is only a few words) takes up several lines, and each line after the first starts with a >.
I would like each comment to take up only as much space as is needed, and for long comments not to have > inserted on each line. A blank line after each comment would be nice too.
I suspect there is an easy way to do this, but I've never worked with such long string variables before.
Comment