For example the 3-character ASCII string "abc" is represented by the three bytes 0x61 0x62 0x63 . Dim abData() As Byte abData = StrConv("abc", ...
確定! 回上一頁