Is it possible to put the counter variable value inside a variable?
I just want to have in the first loop testData_0_name
, in the second testData_1_name
etc. Those are my parameters in my records
for(var i = 0; i < record.length;i++)
{
record[i].testData_ **here I want to have "i"**_name ....
}
I don't really want to use any global scopes or something with [window].