Oh my god, I can't believe I can't figure this out. I have an array that I need to read two values right next to each other via a loop.
How do I do this?
so this is my problem in stupid terms:
I have something that is adding 1 every time it loops, and it needs to add the value directly next to it.
ex:
So this obviously wont work because it would go 1-2, 2-3, etc. I need it to go 1-2, 3-4, 5-6Code:For i = 0 To UBound(strCommand) MsgBox strCommand(i) & " :: " & strCommand(i + 1) Next i
how I do dis.
fuck you because I know I've done this before but I'm totally brain farting and all that jazz.
XI Wiki

