Something like this:Code:Dim str As String Dim newStr As String Dim i As Long str = "12345678" For i = 1 To Len(str) Step 2 newStr = Mid$(str, i, 2) & newStr Next MsgBox newStr
|
Results 1 to 8 of 8
Thread: Visual Basic String ShiftingThreaded View
|
Click Here to Expand Forum to Full Width |