Agreed, a two dimensional array would make more sense but i opted for this solution because it seemed like an easier first step. If you have an hints on how I could do this with a two dimensional array it would be much appreciated.
I will play around with element 0 but to clarify, I dont want to only edit the first character of the string. I want to replace the original string with another string.
For example LcdRows[1][0]="new value";