I'm trying to create a single process flow that will work for any number of parts. The arrays are named "ArrayA", "ArrayB", "ArrayC", etc. I'm storing the letter of the part (A, B, or C) in a variable named "partName", and then trying to use concat("Array", partName)[1] to look up the first value in ArrayA (or whichever one is being looked at). I'm getting an error because it isn't recognizing the concatenation as the name of an array. Is there a way around this in flexscript?