PDR1286W
name is already defined as an array, further definitions will be ignored.
What happened: You attempted to DECLARE an array variable more than one time, this will be ignored.
What to do: Ensure the variable is only defined as an array once.