How do I…
create a variable to a Text Object with one array and the array has elements as array on it? Like a matrix of strings?
What is the expected result
Access elements of child array with variable with integer values.
What is the actual result
I tried to acess the element (text) of the children but this is giving me error.
For example I tried with indexes stored on variable like this:
Text.ArrayVariable[Text.indexLine][Text.indexCol]
But still giving me error, the expression is marked as wrong.
Solved
I just retyped the text step by step and changed to the Compare two numbers and now it works!