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.