Yes you are right on the 71. I meant to put in 70 (hit the wrong key, they are right next to each other). And I left the first one in (0 mod 0) because I was lazy. The code was mean to be very simple and show an easy way to do it.
HAHAHAH you are RETARDED. You need to learn how to code. I just ran my code and it works perfectly. So I think you need to shut up and learn how the MOD function works. Damn some people are just so stupid. And wow, you pointed out it doesn't work earlier than vb6....you want a cookie?
Come on this is a couple lines of code.....
Dim allData, newDoc, x, someArray
someArray=Split(allData, " ")
For x=0 to Ubound(someArray)
If x mod 71=0 Then
newDoc=newDoc&someArray(x)&" "
End If
Next
There ya go.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.