Hi vishal sharma,
I was looking for some codes that would convert binary to text and vice versa and have come to your site. I must say this is what i'm looking for.
However, i'd like to ask you a question. with the convertbin sub you have there, there seems to be some missing info. for example,
Code: VB
For C = 1 To Len(TheString)
DD = Asc(Mid(TheString, C, 1))
BinArray(7) = DD Mod 2
DD = DD 2 <-------------------------- error
BinArray(6) = DD Mod 2
Could you please clarify this for me?
Thank you in advance