Does anybody have a way of transposing a field of variable length so that field values print in a row across a page, wrapiing at the end rather than a column down the page?

EX. I want a Name Field to print like this -

Amy Betty Jim John Mike

Rather than like this

Amy
Betty
Jim
John
Mike

Thanks