Results 1 to 3 of 3

Thread: Help

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    3
    Hi,
    I need some help in string conversion. This is to import a flat file to a
    table and export it back to a flat file. For import it search for the encode
    character and the next character comes after the encode character gets
    encoded to binary. eg.#A is binary 1. I wrote that function. But for export
    how do you search for the binary? What I need is convert binary 1 back to A
    with the encode character appended just before it. Any idea? Thanks in
    advance.

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    translate your binary nubmers into whatever variable type they were in add 64 and call it x

    Chr$(x) will give you the letter you want.

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    3
    Thanks Sam. It worked.

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