Hi, This is haneen :)
I face a problem with labels
I have a for loop and I want to pass over 15 labels like this:
I can't use the variable i here .... so what can i do ??
thanx
I face a problem with labels
I have a for loop and I want to pass over 15 labels like this:
Code:
string[15] name = new string [15]; for(int i=0;i<15 ;i++) { labeli=name[i]; }
thanx
Comment