Netghost
2003-10-01 18:49:00 UTC
Hey all
Can someone help me with some code?
More specific on how to built a 2 dimensional array...
Now the code shows something like this :
txt1_1.Enabled = False
txt1_2.Enabled = False
txt1_3.Enabled = False
txt1_4.Enabled = False
txt1_5.Enabled = False
txt1_6.Enabled = False
txt2_1.Enabled = False and so on until txt8_6...
How do i use an array with loop to write this in a few lines of code?
TNX !!
NG.
Can someone help me with some code?
More specific on how to built a 2 dimensional array...
Now the code shows something like this :
txt1_1.Enabled = False
txt1_2.Enabled = False
txt1_3.Enabled = False
txt1_4.Enabled = False
txt1_5.Enabled = False
txt1_6.Enabled = False
txt2_1.Enabled = False and so on until txt8_6...
How do i use an array with loop to write this in a few lines of code?
TNX !!
NG.