I am using StrConv to convert a byte array into a string [Text1.Text = StrConv(Bytes, vbUnicode)]. How can i then convert the string back into a byte array?
Printable View
I am using StrConv to convert a byte array into a string [Text1.Text = StrConv(Bytes, vbUnicode)]. How can i then convert the string back into a byte array?
May be you can try to you CByte Function? But I'm not sure whether this work or not because I didn't try it.