Array Problem

trace(“removeAccess=”);
trace(removeAccess);
newName=removeAccess+“Hole”
for (var i = 0; i<newName.length; i++) {
}

I am trying to setup a variable and use this variable to search thru an array using the variable’s name. This code I am using does not work. Are there any workarounds??

Any help would be great.

Thanks