Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

In a custom list, if I create a "Multiple Lines of Text" column, and input this into the list:

one
two
three

When I retrieve the list items using the GetListItems method in Lists.asmx, I get this:

<z:row ... ows_Column_x0020_Name="one two three" ...

Is there any way I can get the multiple lines of text values intact? In other words, can I get the return characters (or any other indicator) still in place?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.