Anyone know VB, I just need to make sure of a variable assignment, I don't get this type and need to make sure what it does before I get going in it.
What is that "mymin(i)" and Max stuff, are those arrays or just regular variables? And why the I's if so?
Thanks guys.
Code:
For i = 0 To maxnivel mymin(i) = sumatotal sumatotal = sumatotal + mylongi(i) mymax(i) = sumatotal Next i
Thanks guys.
Comment