PDR0738S
Section, Line number, Column number: Index is specified as a string (index).
What happened: The index to an array was specified as a string. An index must be numeric or a variable set to a numeric value. The value of the incorrect index is shown.
What to do: Change the index to a variable or a constant numeric value.