Quick and Easy Question about chr(x)
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
Isnt that a vbTab?
Re: Quick and Easy Question about chr(x)
Figured it out, nevermind!