Array width=1 means that it only has one row on X axis. And array indices are zero-based, so array.at(1,1) expression is wrong - row #1 doesn't exist.
Can you explain what are you trying to achieve? I see you are loading the array from a file, can you show a screenshot of that file?
Also, move the "Text3 set text" action to event #2.