Ok Im trying to convert an mdb file to a csv file. I need to get rid of all hard returns in my strings. I got rid of most of the hard returns, and vbtabs but Im still getting these squares in my strings and I dont know what chr(number) they are to replace them.

Shows up like this when I watch the string in .net ..


"Page 10 [] (pretend thats a square)" but when I paste it into here it shows up as

VB Code:
  1. "Page 10    "
Isnt that a vbTab?