B
Bojan
Hello,
how can I put two byte in one String , and I want that this one byte be
behind second?
Like this : Dim b1,b2 As Byte ("b1=2D") ("b2=52")
Dim s As String = b1&b2 ("2D52")
Did this code put first byte behaind second in "str" (string)?
how can I put two byte in one String , and I want that this one byte be
behind second?
Like this : Dim b1,b2 As Byte ("b1=2D") ("b2=52")
Dim s As String = b1&b2 ("2D52")
Did this code put first byte behaind second in "str" (string)?