|
-
Mar 20th, 2000, 08:09 AM
#1
Thread Starter
New Member
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.
-
Mar 20th, 2000, 09:55 AM
#2
Frenzied Member
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.
-
Mar 26th, 2000, 09:51 PM
#3
Thread Starter
New Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|