Dim bytes As Byte()
Dim text As String = "hello world"
Dim b As Byte
bytes = System.Text.ASC IIEncoding.ASCI I.GetBytes(text )
Hope it helps :)
Mythran
"aurora" <spam> wrote in message news:eyXYy3%23n EHA.3868@TK2MSF TNGP11.phx.gbl. ..[color=blue]
>
> I something like this:
>
> dim mybytes() as byte = "hello world"
>
> The string is ascii.[/color]
Comment