I'm not able to figure out this school work and i spent 2 hours on it. So ill seek help from you guys, before i go nuts.
I'm trying to add some data into the array and display it in a column. That's it!
I tried some code like this but it does not seem to work.
I'm trying to add some data into the array and display it in a column. That's it!
I tried some code like this but it does not seem to work.
VB.NET:
dim dataArray(5,5)
Dim askNum = InputBox("enter some numbers ")
Dim data as integer
' loop through 5 numbers to populate array in columns
For i As Integer = 0 To 4
namesArray(i, data) = askNum
lblout.Text &= askNum
Next