how do I filter out chr(13) from a dataset

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hello,

I am returning a dataset from a webservice that has two columns. Column
two could have some return characters in it. Have can I filter them our
prior to displaying in a datagrid? Thanks in advance.

John
 
Hello,

John said:
I am returning a dataset from a webservice that has two
columns. Column two could have some return characters
in it. Have can I filter them our prior to displaying in a
datagrid? Thanks in advance.

You can replace a character by using the 'Strings.Replace' method or the
method 'Replace' of the 'String' class.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Cannot get chr(10) or chr(13) to show 5
Sorting 6
Filter records in DataSet 2
Merging Datasets 7
Chr() vs ChrW() and Const ... 2
basic dataset/table question 1
Dataset 2
Filling a Dataset 9

Back
Top