Hi, how can I print a number of arrays (not fixed) into a message box?
For example:
arrayX = {“1”, “2”,…}
arrayY = {“A”,“B”,…}
I only want one single message box to show all data together:
“1 A
2 B”
The number of arrays is not fixed and is random depending