I'm trying to create a loop in order to fill my array with character values. But for some reason, during my loop it gives me two errors: 1. Telling me that variable "x" is not a template, and 2. under my ROWS within the for loop, it's telling me the expression must have a constant value.
This isn't the entirety of my code, but the parts in question.