Something like this should do it:
VB Code:
For i As Integer = 0 To Arr.GetUpperBound(0) - 1 If Arr(i) >= Arr(i + 1) Then MessageBox.Show("Array not increasing", "yada,yada, yada") End ' Exit app End If Next
|
Results 1 to 4 of 4
Thread: arraysHybrid View
|
Click Here to Expand Forum to Full Width |