docslack33
Programmer
Okay, here's my problem...my teacher came in to my Beginning VB class last week and drew a form on the board with 25 text boxes arranged 5x5. Then he wrote numbers in the text boxes like so:
1 2 3 4 5
skip 1 2 3 4
skip skip 1 2 3
skip skip skip 1 2
skip skip skip skip 1
Each number and skip represents a text box. Also, there's a command button below the text boxes that when clicked, it will display the numbers like I wrote above...Now, I think that it might be a two-dimensional array, but I am not sure...also, the teacher told us that it should be around 7 LOC...I also think that it is a loop (nested, maybe) that would go through and put the numbers in each text box...
If there's anyone that can help on this, it would be much appreciated! Thank you in advanced...
1 2 3 4 5
skip 1 2 3 4
skip skip 1 2 3
skip skip skip 1 2
skip skip skip skip 1
Each number and skip represents a text box. Also, there's a command button below the text boxes that when clicked, it will display the numbers like I wrote above...Now, I think that it might be a two-dimensional array, but I am not sure...also, the teacher told us that it should be around 7 LOC...I also think that it is a loop (nested, maybe) that would go through and put the numbers in each text box...
If there's anyone that can help on this, it would be much appreciated! Thank you in advanced...