|
-
Jan 21st, 2000, 02:44 AM
#1
Private Sub Command1_Click()
Dim qwe() As Byte, asd As String
asd = "asd"
qwe = StrConv(asd, vbFromUnicode)
End Sub
so I got qwe(0) = 97
qwe(1) = 115
qwe(2) = 100
how can i do to have my string "asd" back from qwe() without looping
is there a function like strConv doing it or an API call ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|