I need to check 42 textfields from level0, they all are "re" and then their number between 1-42...
I thought of (of course):
for(i=1;i<43;i++) {
if( "re"&i ... )
....
}
And of course it doesn't work...
So how do I do this???
|
Results 1 to 3 of 3
Thread: Getting a textfield "name"&i?Threaded View
|
Click Here to Expand Forum to Full Width |