Code:Dim n As Long Dim tempArray() As Byte ReDim tempArray(Len(StringData)) For n = 1 To Len(StringData) tempArray(n - 1) = Asc(Mid(StringData, n, 1)) Next n
|
Results 1 to 4 of 4
|
Click Here to Expand Forum to Full Width |