I have an array that contains variables that could change position and I want to create a for loop that checks to see if a specific variable's length equals zero. I would rather not have to target the variable's position in the array, as it could change.
So, is there any way to target a variable in the array by the variable's name?