Hi,
Not quite sure what you want here. Do you mean to display the reults of an array on the report? If that's so, you can use the Join function in your formula:
Join(<<ArrayOrRangeName>>,", ")
The second argument determines how the members of the array are separated when they print.
2nd question - depends what you are trying to do!