Results 1 to 2 of 2

Thread: Quick and Easy Question about chr(x)

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2005
    Posts
    21

    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

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

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Jun 2005
    Posts
    21

    Re: Quick and Easy Question about chr(x)

    Figured it out, nevermind!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width