I use a array to save variable names and other to save values,but why the following code doesn't work.please give me a idea.
for(var i:int = 0;arrName.length; i++)
{
arrName[i] = arrValue[i];
}
Thanks a lot.
Mark
I use a array to save variable names and other to save values,but why the following code doesn't work.please give me a idea.
for(var i:int = 0;arrName.length; i++)
{
arrName[i] = arrValue[i];
}
Thanks a lot.
Mark