for-next loop

  1. B

    Question assigning an array in a for loop

    Im trying to assign an array to global array in a for loop. I've spent many hours on this and have come up with nothing that works right. I would greatly appreciate some help. Here is my code: Public Class XMLCleanUp Public splitoff() As String '// array holding the split off data...
  2. D

    For-next loop problem

    Hi VB.net gurus, I'm new in programming especially in vb.net and I have a problem displaying the following using for-next loops: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 ...and so on... initially I wrote this code Private Sub Button1_Click(ByVal sender As Object, ByVal e As...
Back
Top