I have a variable that is an array of string
s and I want to print its values, but these values and consequently the quantity of them is only defined after the system works.
How can I print in a MessageBox
, for example, all values of all positions in only MessageBox
instead of making a for
and print one by one?