I'm working with an array that contains variables which may change position, and I need to create a for loop to check if the length of a specific variable is zero. Instead of targeting the variable's position in the array (which could change), I would like to know if there is a way to access a variable by its name within the array.