W
wandoledzep
I'm using Visual Studio .NET 2002
I remember there was a way to do this in C, so there should be a way of
doing it in .NET:
Instead of:
Dim bolSquare1 as Boolean
Dim bolSquare2 as Boolean
Dim bolSquare3 as Boolean
|
|
|
Dim bolSquare9 as Boolean
Is there some way of doing it like this:
Dim i as Integer
For i = 1 to 9
Dim bolSquare(i) as Boolean
Next
Any help is MUCH appreciated.
Peace,
LedZep
I remember there was a way to do this in C, so there should be a way of
doing it in .NET:
Instead of:
Dim bolSquare1 as Boolean
Dim bolSquare2 as Boolean
Dim bolSquare3 as Boolean
|
|
|
Dim bolSquare9 as Boolean
Is there some way of doing it like this:
Dim i as Integer
For i = 1 to 9
Dim bolSquare(i) as Boolean
Next
Any help is MUCH appreciated.
Peace,
LedZep
