[Zope] Returning Arrays

John Goerzen jgoerzen@complete.org
Sun, 5 Sep 1999 12:55:44 -0500


Hi,

How do I make a DTML method "return" an array?  I know that it's trivial
to make it return text, but how about an array?

Specifically, I want to have a method that selects a certain group of objects.
Then, I want to use this group of objects as part of a dtml-in in another
method that calls the first.

Ideas?

Thanks,
John