Yes, but this is wrong syntax. Correct is:

static vars Arr[5][5][7];
...
vars MySeries = Arr[1][2][1];
Val = MySeries[1];