[FMX] Array into and array

Hi,

You guys have never failed me inthe past so here is a question that I don’t think should be terribly difficult.

At the beginning of my program an array is created based on values a user enters into text fields.

[color=black]fields = [“field1”,“field2”,“field3”,“field4”,“field5”];[/color]

Later on in the program the user answers some questions and they are created into an array.

[color=black]answers = [“yes”,“no”,“maybe”,“yes”,“no”];[/color]

What I want to do is take the second array and add it underneath one of the fields values. Really just make a multi-dimensional array from 2 arrays that are already made.

Let me know if this doesn’t make sense and I will explain it better

Thanks,

Mark