Hi
I have a question about byte arrays.

This is the line where it be wrong.

CODE]
Dim MyByte() As Byte = Encoding.ASCII.GetBytes(sString)
[/CODE]

if I have a ÿ in "sString" then it change it to ? it´s the same with åäö.

Do anybody now how to fix it!

plz
Tankz m00gly