kknorpp001
Technical User
This...
print"$Overall_Name[$place][$i]";
... displays this...
Array[1]
Why won't it show the value. I need to reference a specific value in a multidimensional array in this should work, right?
And, yes, I know the array is setup properly because I can traverse it via the foreach function.
Many thanks in advance!
print"$Overall_Name[$place][$i]";
... displays this...
Array[1]
Why won't it show the value. I need to reference a specific value in a multidimensional array in this should work, right?
And, yes, I know the array is setup properly because I can traverse it via the foreach function.
Many thanks in advance!