Hello...
I'm confusing on how to declare array variable in C#...
In VB, I used as below :
how should I do the above code in C# ?Code:Dim myArray(10) as String Dim iL as Byte for iL = 0 to 9 myArray(iL) = iL next iL
Regards,
~WJ~
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |