Printing 2 arrays in 1 line

@rkelchuri thanks however i don’t think it works for my case…

For example:
arrayX = {“1”, “2”}
arrayY = {“A”,“B”}

I only want one single message box to show all data together:
“1 A
2 B”